Files
GenerationsHeritage/deployment/zitadel/postgres-values.yaml

28 lines
438 B
YAML

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