apps/do-test: update config format to new chart

This commit is contained in:
xeruf 2023-12-12 11:52:15 +01:00
parent cb77b155f8
commit 394a7f8d9c
1 changed files with 42 additions and 40 deletions

View File

@ -11,8 +11,6 @@ data:
tag: unstable tag: unstable
pullPolicy: Always pullPolicy: Always
ingress: ingress:
enabled: true
primary: true
annotations: annotations:
kubernetes.io/tls-acme: "true" kubernetes.io/tls-acme: "true"
hosts: hosts:
@ -29,8 +27,6 @@ data:
tag: unstable tag: unstable
pullPolicy: Always pullPolicy: Always
ingress: ingress:
enabled: false
primary: false
annotations: annotations:
kubernetes.io/tls-acme: "true" kubernetes.io/tls-acme: "true"
hosts: hosts:
@ -42,7 +38,10 @@ data:
- secretName: vikunja-test-tls - secretName: vikunja-test-tls
hosts: hosts:
- "do-test.${domain}" - "do-test.${domain}"
config: |- configMaps:
config:
data:
config.yml: |-
auth: auth:
openid: openid:
# https://vikunja.io/docs/config-options/#openid # https://vikunja.io/docs/config-options/#openid
@ -74,15 +73,18 @@ data:
discoverable_by_email: true discoverable_by_email: true
week_start: 1 week_start: 1
timezone: CET timezone: CET
# TODO default_project_id
#persistence: #persistence:
# files: # files:
# labels: # labels:
# stackspin.net/backupSet: "vikunja" # stackspin.net/backupSet: "vikunja"
postgresqlEnabled: true
postgresql: postgresql:
postgresqlDatabase: vikunja enabled: true
postgresqlUsername: vikunja global:
postgresqlPassword: "${postgresql_password}" postgresql:
database: vikunja
username: vikunja
password: "${postgresql_password}"
persistence: persistence:
enabled: true enabled: true
existingClaim: vikunja-postgres existingClaim: vikunja-postgres