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
commonLabels:
stackspin.net/backupSet: "vikunja"
auth:
database: vikunja
username: vikunja
password: "${postgresql_password}"
postgresPassword: "${postgresql_admin_password}"
global:
postgresql:
auth:
database: vikunja
username: vikunja
password: "${postgresql_password}"
postgresPassword: "${postgresql_admin_password}"
primary:
persistence:
existingClaim: vikunja-postgres

View File

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