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