Skip to content
Snippets Groups Projects
Commit fdbc415c authored by xeruf's avatar xeruf
Browse files

apps/do: migrate vikunja-test to new structure

parent 27048f34
No related branches found
No related tags found
No related merge requests found
......@@ -7,23 +7,13 @@ data:
# https://kolaente.dev/vikunja/helm-chart/src/branch/main/values.yaml
values.yaml: |
frontend:
image:
tag: unstable
enabled: false
ingress:
main:
enabled: true
annotations:
kubernetes.io/tls-acme: "true"
hosts:
- host: "test.${vikunja_domain}"
paths:
- path: /
tls:
- secretName: vikunja-test-tls
hosts:
- "test.${vikunja_domain}"
enabled: false
api:
image:
repository: vikunja/vikunja
tag: unstable
persistence:
data:
......@@ -36,7 +26,7 @@ data:
hosts:
- host: "test.${vikunja_domain}"
paths:
- path: /api
- path: /
tls:
- secretName: vikunja-test-tls
hosts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment