Files
GenerationsHeritage/deployment/zitadel/postgres-values.yaml
2024-10-27 16:34:29 +01:00

29 lines
479 B
YAML

annotations:
argocd.argoproj.io/hook: Sync
global:
postgresql:
auth:
existingSecret: postgres-auth
username: zitadel
secretKeys:
adminPasswordKey: admin-password
userPasswordKey: user-password
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