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"
|
||||
hosts:
|
||||
- host: chart-example.local
|
||||
paths: []
|
||||
paths: ['/']
|
||||
tls: []
|
||||
# - secretName: chart-example-tls
|
||||
# hosts:
|
||||
|
|
Loading…
Reference in a new issue