do: persist attachments to pvc
This commit is contained in:
parent
c9ae5ccccb
commit
e1cbc4ec2e
|
@ -60,7 +60,7 @@ data:
|
||||||
# stackspin.net/backupSet: "vikunja"
|
# stackspin.net/backupSet: "vikunja"
|
||||||
postgresql:
|
postgresql:
|
||||||
# https://github.com/truecharts/charts/blob/master/charts/dependency/postgresql/values.yaml
|
# https://github.com/truecharts/charts/blob/master/charts/dependency/postgresql/values.yaml
|
||||||
enabled: true
|
#enabled: true
|
||||||
postgresqlDatabase: vikunja
|
postgresqlDatabase: vikunja
|
||||||
postgresqlUsername: vikunja
|
postgresqlUsername: vikunja
|
||||||
postgresqlPassword: "${postgresql_password}"
|
postgresqlPassword: "${postgresql_password}"
|
||||||
|
|
|
@ -11,7 +11,7 @@ data:
|
||||||
api:
|
api:
|
||||||
image: vikunja/api:latest
|
image: vikunja/api:latest
|
||||||
imagePullPolicy: Always
|
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:
|
frontend:
|
||||||
image: vikunja/frontend:latest
|
image: vikunja/frontend:latest
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
|
@ -53,6 +53,10 @@ data:
|
||||||
http: file
|
http: file
|
||||||
database: stderr
|
database: stderr
|
||||||
databaselevel: debug
|
databaselevel: debug
|
||||||
|
persistence:
|
||||||
|
files:
|
||||||
|
enabled: true
|
||||||
|
existingClaim: vikunja-files
|
||||||
ingress:
|
ingress:
|
||||||
main:
|
main:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
Loading…
Reference in New Issue