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