Files
GenerationsHeritage/deployment/zitadel/postgres-values.yaml
2024-10-27 12:42:10 +01:00

26 lines
416 B
YAML

annotations:
argocd.argoproj.io/hook: Sync
volumePermissions:
enabled: true
tls:
enabled: true
certificatesSecret: postgres-cert
certFilename: "tls.crt"
certKeyFilename: "tls.key"
primary:
persistence:
size: 2Gi
init:
jobAnnotations:
argocd.argoproj.io/hook: Sync
env:
- name: POSTGRES_PASSWORD
valueFrom:
secretKeyRef:
name: postgres-auth
key: admin-password