Ingress always requires a path
This commit is contained in:
parent
ccc9bbe0c8
commit
3c0b6d682a
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ ingress:
|
||||||
# kubernetes.io/tls-acme: "true"
|
# kubernetes.io/tls-acme: "true"
|
||||||
hosts:
|
hosts:
|
||||||
- host: chart-example.local
|
- host: chart-example.local
|
||||||
paths: []
|
paths: ['/']
|
||||||
tls: []
|
tls: []
|
||||||
# - secretName: chart-example-tls
|
# - secretName: chart-example-tls
|
||||||
# hosts:
|
# hosts:
|
||||||
|
|
Loading…
Reference in a new issue