apps/do-test: configure ingress
This commit is contained in:
parent
394a7f8d9c
commit
5213a5220a
|
@ -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…
Reference in New Issue