Ingress always requires a path

This commit is contained in:
paul 2021-01-12 13:17:51 +01:00
parent ccc9bbe0c8
commit 3c0b6d682a

View file

@ -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: