do: persist attachments to pvc
This commit is contained in:
parent
c9ae5ccccb
commit
e1cbc4ec2e
|
@ -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}"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue