mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-08-29 04:26:20 +00:00
30 lines
756 B
YAML
30 lines
756 B
YAML
image:
|
|
repository: ghcr.io/semantica-agi/semantica-knowledge-explorer
|
|
# Replace this placeholder digest with the digest of the image you publish.
|
|
digest: "sha256:0000000000000000000000000000000000000000000000000000000000000000"
|
|
tag: "0.5.0"
|
|
pullPolicy: Always
|
|
|
|
ingress:
|
|
enabled: true
|
|
hosts:
|
|
- host: knowledge-explorer.example.com
|
|
paths:
|
|
- path: /
|
|
pathType: Prefix
|
|
tls:
|
|
- secretName: knowledge-explorer-tls
|
|
hosts:
|
|
- knowledge-explorer.example.com
|
|
|
|
env:
|
|
ALLOWED_ORIGINS: https://knowledge-explorer.example.com
|
|
FALKORDB_HOST: falkordb.semantic-data.svc.cluster.local
|
|
FALKORDB_PORT: "6379"
|
|
|
|
autoscaling:
|
|
enabled: true
|
|
minReplicas: 2
|
|
maxReplicas: 10
|
|
targetCPUUtilizationPercentage: 75
|