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 tag: unstable
pullPolicy: Always pullPolicy: Always
ingress: ingress:
annotations: main:
kubernetes.io/tls-acme: "true" enabled: true
hosts: annotations:
- host: "do-test.${domain}" kubernetes.io/tls-acme: "true"
paths: hosts:
- path: / - host: "do-test.${domain}"
pathType: Prefix paths:
tls: - path: /
- secretName: vikunja-test-tls pathType: Prefix
hosts: tls:
- "do-test.${domain}" - secretName: vikunja-test-tls
hosts:
- "do-test.${domain}"
api: api:
image: image:
tag: unstable tag: unstable
pullPolicy: Always pullPolicy: Always
ingress: ingress:
annotations: main:
kubernetes.io/tls-acme: "true" enabled: true
hosts: annotations:
- host: "do-test.${domain}" kubernetes.io/tls-acme: "true"
paths: hosts:
- path: / - host: "do-test.${domain}"
pathType: Prefix paths:
tls: - path: /
- secretName: vikunja-test-tls pathType: Prefix
hosts: tls:
- "do-test.${domain}" - secretName: vikunja-test-tls
hosts:
- "do-test.${domain}"
configMaps: configMaps:
config: config:
data: data: