apps: fix global postgres config

This commit is contained in:
xeruf 2024-02-20 12:48:17 +01:00
parent f1c1e96c6b
commit d270f6b305
2 changed files with 14 additions and 10 deletions

View File

@ -99,11 +99,13 @@ data:
enabled: true enabled: true
commonLabels: commonLabels:
stackspin.net/backupSet: "vikunja" stackspin.net/backupSet: "vikunja"
auth: global:
database: vikunja postgresql:
username: vikunja auth:
password: "${postgresql_password}" database: vikunja
postgresPassword: "${postgresql_admin_password}" username: vikunja
password: "${postgresql_password}"
postgresPassword: "${postgresql_admin_password}"
primary: primary:
persistence: persistence:
existingClaim: vikunja-postgres existingClaim: vikunja-postgres

View File

@ -86,11 +86,13 @@ data:
enabled: true enabled: true
commonLabels: commonLabels:
stackspin.net/backupSet: "forgejo" stackspin.net/backupSet: "forgejo"
auth: global:
database: gitea postgresql:
username: gitea auth:
password: gitea # "${postgresql_password}" database: gitea
postgresPassword: "${postgresql_admin_password}" username: gitea
password: gitea # "${postgresql_password}"
postgresPassword: "${postgresql_admin_password}"
primary: primary:
podAnnotations: podAnnotations:
backup.velero.io/backup-volumes: "data" backup.velero.io/backup-volumes: "data"