Files
manifests/kustomizations/openfga/values-prod.yaml
T
2024-08-27 15:09:40 +02:00

37 lines
784 B
YAML

replicaCount: 2
datastore:
engine: postgres
uri: postgres://prod-openfga-db.idp.svc.cluster.local:5432/app?sslmode=disable
postgresql:
enabled: true
auth:
username: app
existingSecret: prod-openfga-db-app
secretKeys:
userPasswordKey: password
playground:
enabled: false
port: 3000
ingress:
enabled: true
className: nginx
annotations:
cert-manager.io/cluster-issuer: letsencrypt-staging
nginx.ingress.kubernetes.io/ssl-redirect: "true"
nginx.ingress.kubernetes.io/whitelist-source-range: 10.0.0.0/8,172.16.0.0/12,192.168.0.0/16
hosts:
- host: a11n.srv.oceanbox.io
paths:
- path: /
pathType: ImplementationSpecific
tls:
- secretName: staging-openfga-tls
hosts:
- a11n.srv.oceanbox.io