apps/do: fix postgres volume

This commit is contained in:
xeruf 2024-02-09 09:09:32 +01:00
parent ff3e0de649
commit 5e7c6e8194
1 changed files with 8 additions and 4 deletions

View File

@ -55,7 +55,7 @@ data:
redirecturl: "https://do.${domain}/auth/openid/"
providers:
- name: Stackspin
authurl: "https://sso.${domain}/"
authurl: "https://${hydra_domain}/"
clientid: "${client_id}"
clientsecret: "${client_secret}"
local:
@ -99,12 +99,16 @@ data:
postgresql:
enabled: true
global:
commonLabels:
stackspin.net/backupSet: "vikunja"
postgresql:
database: vikunja
username: vikunja
password: "${postgresql_password}"
persistence:
enabled: true
existingClaim: vikunja-postgres
persistence:
existingClaim: vikunja-postgres
primary:
podAnnotations:
backup.velero.io/backup-volumes: "data"
typesense:
enabled: false