Files
semantica/deploy/helm/knowledge-explorer/values.prod.yaml
T

28 lines
599 B
YAML

image:
repository: ghcr.io/semantica-agi/semantica-knowledge-explorer
tag: latest
pullPolicy: IfNotPresent
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