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,6 +99,8 @@ data:
enabled: true enabled: true
commonLabels: commonLabels:
stackspin.net/backupSet: "vikunja" stackspin.net/backupSet: "vikunja"
global:
postgresql:
auth: auth:
database: vikunja database: vikunja
username: vikunja username: vikunja

View File

@ -86,6 +86,8 @@ data:
enabled: true enabled: true
commonLabels: commonLabels:
stackspin.net/backupSet: "forgejo" stackspin.net/backupSet: "forgejo"
global:
postgresql:
auth: auth:
database: gitea database: gitea
username: gitea username: gitea