apps/do-test: configure ingress
This commit is contained in:
parent
394a7f8d9c
commit
5213a5220a
1 changed files with 26 additions and 22 deletions
|
@ -11,6 +11,8 @@ data:
|
||||||
tag: unstable
|
tag: unstable
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
ingress:
|
ingress:
|
||||||
|
main:
|
||||||
|
enabled: true
|
||||||
annotations:
|
annotations:
|
||||||
kubernetes.io/tls-acme: "true"
|
kubernetes.io/tls-acme: "true"
|
||||||
hosts:
|
hosts:
|
||||||
|
@ -27,6 +29,8 @@ data:
|
||||||
tag: unstable
|
tag: unstable
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
ingress:
|
ingress:
|
||||||
|
main:
|
||||||
|
enabled: true
|
||||||
annotations:
|
annotations:
|
||||||
kubernetes.io/tls-acme: "true"
|
kubernetes.io/tls-acme: "true"
|
||||||
hosts:
|
hosts:
|
||||||
|
|
Loading…
Add table
Reference in a new issue