do-test: update database config
This commit is contained in:
parent
ec54aa6027
commit
239ca9b5a0
|
@ -56,20 +56,24 @@ data:
|
||||||
- secretName: vikunja-test-tls
|
- secretName: vikunja-test-tls
|
||||||
hosts:
|
hosts:
|
||||||
- "do-test.${domain}"
|
- "do-test.${domain}"
|
||||||
|
persistence:
|
||||||
|
files:
|
||||||
|
labels:
|
||||||
|
stackspin.net/backupSet: "vikunja"
|
||||||
postgresql:
|
postgresql:
|
||||||
enabled: true
|
enabled: true
|
||||||
postgresqlDatabase: vikunja
|
postgresqlDatabase: vikunja
|
||||||
postgresqlUsername: vikunja
|
postgresqlUsername: vikunja
|
||||||
postgresqlPassword: "${postgresql_password}"
|
postgresqlPassword: "${postgresql_password}"
|
||||||
persistence:
|
#persistence:
|
||||||
db:
|
# db:
|
||||||
enabled: true
|
# enabled: true
|
||||||
# -- Sets the persistence type
|
# # -- Sets the persistence type
|
||||||
# Valid options are: simplePVC, simpleHP, pvc, emptyDir, secret, configMap, hostPath or custom
|
# # Valid options are: simplePVC, simpleHP, pvc, emptyDir, secret, configMap, hostPath or custom
|
||||||
type: pvc
|
# type: pvc
|
||||||
mountPath: "/bitnami/postgresql"
|
# mountPath: "/bitnami/postgresql"
|
||||||
# -- If you want to reuse an existing claim, the name of the existing PVC can be passed here.
|
# # -- If you want to reuse an existing claim, the name of the existing PVC can be passed here.
|
||||||
existingClaim: vikunja-test-postgres
|
# existingClaim: vikunja-test-postgres
|
||||||
volumeClaimTemplates:
|
#volumeClaimTemplates:
|
||||||
db:
|
# db:
|
||||||
enabled: false
|
# enabled: false
|
||||||
|
|
Loading…
Reference in New Issue