apps: fix global postgres config
This commit is contained in:
parent
f1c1e96c6b
commit
d270f6b305
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue