Ontology Service Chart
The Ontology Service manages domain ontologies with Dgraph graph database integration for semantic modeling and SHACL validation.
Chart Configuration
ontology-service:
enabled: true
replicaCount: 2
service:
type: ClusterIP
port: 8101
resources:
requests:
cpu: "250m"
memory: "512Mi"
limits:
cpu: "1"
memory: "2Gi"Dgraph Integration
The ontology service stores and queries ontology graphs in Dgraph:
| Component | Purpose | Port |
|---|---|---|
| Dgraph Alpha | Graph queries and mutations | 9080, 8080 |
| Dgraph Zero | Cluster coordination | 5080, 6080 |
| Dgraph Ratel | Web UI for graph exploration | 8000 |