Skip to content
Snippets Groups Projects
Commit 5e7c6e81 authored by xeruf's avatar xeruf
Browse files

apps/do: fix postgres volume

parent ff3e0de6
No related branches found
No related tags found
No related merge requests found
......@@ -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
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