apps/do-test: configure ingress

This commit is contained in:
xeruf 2023-12-12 11:59:51 +01:00
parent 394a7f8d9c
commit 5213a5220a
1 changed files with 26 additions and 22 deletions

View File

@ -11,33 +11,37 @@ data:
tag: unstable
pullPolicy: Always
ingress:
annotations:
kubernetes.io/tls-acme: "true"
hosts:
- host: "do-test.${domain}"
paths:
- path: /
pathType: Prefix
tls:
- secretName: vikunja-test-tls
hosts:
- "do-test.${domain}"
main:
enabled: true
annotations:
kubernetes.io/tls-acme: "true"
hosts:
- host: "do-test.${domain}"
paths:
- path: /
pathType: Prefix
tls:
- secretName: vikunja-test-tls
hosts:
- "do-test.${domain}"
api:
image:
tag: unstable
pullPolicy: Always
ingress:
annotations:
kubernetes.io/tls-acme: "true"
hosts:
- host: "do-test.${domain}"
paths:
- path: /
pathType: Prefix
tls:
- secretName: vikunja-test-tls
hosts:
- "do-test.${domain}"
main:
enabled: true
annotations:
kubernetes.io/tls-acme: "true"
hosts:
- host: "do-test.${domain}"
paths:
- path: /
pathType: Prefix
tls:
- secretName: vikunja-test-tls
hosts:
- "do-test.${domain}"
configMaps:
config:
data: