apps: fix vikunja and forgejo postgres config

This commit is contained in:
xeruf 2024-02-09 12:18:29 +01:00
parent 0218efd6e9
commit 173d835d68
2 changed files with 15 additions and 11 deletions

View File

@ -98,16 +98,17 @@ data:
backup.velero.io/backup-volumes: "data" backup.velero.io/backup-volumes: "data"
postgresql: postgresql:
enabled: true enabled: true
commonLabels:
stackspin.net/backupSet: "vikunja"
global: global:
commonLabels:
stackspin.net/backupSet: "vikunja"
postgresql: postgresql:
database: vikunja auth:
username: vikunja database: vikunja
password: "${postgresql_password}" username: vikunja
password: "${postgresql_password}"
primary:
persistence: persistence:
existingClaim: vikunja-postgres existingClaim: vikunja-postgres
primary:
podAnnotations: podAnnotations:
backup.velero.io/backup-volumes: "data" backup.velero.io/backup-volumes: "data"
typesense: typesense:

View File

@ -81,18 +81,21 @@ data:
enabled: false enabled: false
postgresql: postgresql:
enabled: true enabled: true
commonLabels:
stackspin.net/backupSet: "forgejo"
global: global:
commonLabels:
stackspin.net/backupSet: "forgejo"
postgresql: postgresql:
database: gitea auth:
username: gitea database: gitea
password: gitea # "${postgresql_password}" username: gitea
password: gitea # "${postgresql_password}"
persistence: persistence:
existingClaim: forgejo-postgres existingClaim: forgejo-postgres
primary: primary:
podAnnotations: podAnnotations:
backup.velero.io/backup-volumes: "data" backup.velero.io/backup-volumes: "data"
persistence:
existingClaim: vikunja-postgres
service: service:
ssh: ssh: