do-test: migrate vikunja to truecharts
This commit is contained in:
parent
e3daefa0d5
commit
8133c545f7
|
@ -8,10 +8,10 @@ spec:
|
||||||
chart:
|
chart:
|
||||||
spec:
|
spec:
|
||||||
chart: vikunja
|
chart: vikunja
|
||||||
version: 5.5.3
|
version: 3.0.49
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: HelmRepository
|
kind: HelmRepository
|
||||||
name: k8s-at-home
|
name: truecharts
|
||||||
namespace: flux-system
|
namespace: flux-system
|
||||||
interval: 5m
|
interval: 5m
|
||||||
valuesFrom:
|
valuesFrom:
|
||||||
|
|
|
@ -62,5 +62,14 @@ data:
|
||||||
postgresqlUsername: vikunja
|
postgresqlUsername: vikunja
|
||||||
postgresqlPassword: "${postgresql_password}"
|
postgresqlPassword: "${postgresql_password}"
|
||||||
persistence:
|
persistence:
|
||||||
|
db:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
# -- Sets the persistence type
|
||||||
|
# Valid options are: simplePVC, simpleHP, pvc, emptyDir, secret, configMap, hostPath or custom
|
||||||
|
type: pvc
|
||||||
|
mountPath: "/bitnami/postgresql"
|
||||||
|
# -- 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:
|
||||||
|
db:
|
||||||
|
enabled: false
|
||||||
|
|
Loading…
Reference in New Issue