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"
postgresql:
enabled: true
commonLabels:
stackspin.net/backupSet: "vikunja"
global:
commonLabels:
stackspin.net/backupSet: "vikunja"
postgresql:
database: vikunja
username: vikunja
password: "${postgresql_password}"
auth:
database: vikunja
username: vikunja
password: "${postgresql_password}"
primary:
persistence:
existingClaim: vikunja-postgres
primary:
podAnnotations:
backup.velero.io/backup-volumes: "data"
typesense:

View File

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