Skip to content
Snippets Groups Projects
Commit 173d835d authored by xeruf's avatar xeruf
Browse files

apps: fix vikunja and forgejo postgres config

parent 0218efd6
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment