apps/do: migrate vikunja-test to new structure

This commit is contained in:
xeruf 2024-02-16 23:13:30 +01:00
parent 27048f34e6
commit fdbc415ce4
1 changed files with 4 additions and 14 deletions

View File

@ -7,23 +7,13 @@ data:
# https://kolaente.dev/vikunja/helm-chart/src/branch/main/values.yaml # https://kolaente.dev/vikunja/helm-chart/src/branch/main/values.yaml
values.yaml: | values.yaml: |
frontend: frontend:
image: enabled: false
tag: unstable
ingress: ingress:
main: main:
enabled: true enabled: false
annotations:
kubernetes.io/tls-acme: "true"
hosts:
- host: "test.${vikunja_domain}"
paths:
- path: /
tls:
- secretName: vikunja-test-tls
hosts:
- "test.${vikunja_domain}"
api: api:
image: image:
repository: vikunja/vikunja
tag: unstable tag: unstable
persistence: persistence:
data: data:
@ -36,7 +26,7 @@ data:
hosts: hosts:
- host: "test.${vikunja_domain}" - host: "test.${vikunja_domain}"
paths: paths:
- path: /api - path: /
tls: tls:
- secretName: vikunja-test-tls - secretName: vikunja-test-tls
hosts: hosts: