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
|
||||
pullPolicy: Always
|
||||
ingress:
|
||||
main:
|
||||
enabled: true
|
||||
annotations:
|
||||
kubernetes.io/tls-acme: "true"
|
||||
hosts:
|
||||
|
@ -27,6 +29,8 @@ data:
|
|||
tag: unstable
|
||||
pullPolicy: Always
|
||||
ingress:
|
||||
main:
|
||||
enabled: true
|
||||
annotations:
|
||||
kubernetes.io/tls-acme: "true"
|
||||
hosts:
|
||||
|
|
Loading…
Add table
Reference in a new issue