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
global:
commonLabels:
stackspin.net/backupSet: "vikunja"
global:
postgresql:
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,10 +81,11 @@ data:
enabled: false
postgresql:
enabled: true
global:
commonLabels:
stackspin.net/backupSet: "forgejo"
global:
postgresql:
auth:
database: gitea
username: gitea
password: gitea # "${postgresql_password}"
@ -93,6 +94,8 @@ data:
primary:
podAnnotations:
backup.velero.io/backup-volumes: "data"
persistence:
existingClaim: vikunja-postgres
service:
ssh: