mirror of
https://github.com/vcscsvcscs/GenerationsHeritage.git
synced 2025-08-14 06:49:05 +02:00
28 lines
438 B
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
|