do: persist attachments to pvc

This commit is contained in:
xeruf 2022-10-15 13:01:05 +01:00
parent c9ae5ccccb
commit e1cbc4ec2e
2 changed files with 6 additions and 2 deletions

View File

@ -60,7 +60,7 @@ data:
# stackspin.net/backupSet: "vikunja"
postgresql:
# https://github.com/truecharts/charts/blob/master/charts/dependency/postgresql/values.yaml
enabled: true
#enabled: true
postgresqlDatabase: vikunja
postgresqlUsername: vikunja
postgresqlPassword: "${postgresql_password}"

View File

@ -11,7 +11,7 @@ data:
api:
image: vikunja/api:latest
imagePullPolicy: Always
volumeMounts: [{"mountPath":"/etc/vikunja/config.yml","name":"vikunja-config","subPath":"Vikunja.yaml"}, {"mountPath":"/etc/vikunja/files","name":"vikunja-files"}]
#volumeMounts: [{"mountPath":"/etc/vikunja/config.yml","name":"vikunja-config","subPath":"Vikunja.yaml"}, {"mountPath":"/etc/vikunja/files","name":"vikunja-files"}]
frontend:
image: vikunja/frontend:latest
imagePullPolicy: Always
@ -53,6 +53,10 @@ data:
http: file
database: stderr
databaselevel: debug
persistence:
files:
enabled: true
existingClaim: vikunja-files
ingress:
main:
enabled: true