fix host
This commit is contained in:
parent
26d7fd1d31
commit
8a76c5e702
|
@ -8,7 +8,7 @@ metadata:
|
|||
kubernetes.io/ingress.class: nginx
|
||||
spec:
|
||||
rules:
|
||||
- host: {{ include "demo-chart.fullname" . }}
|
||||
- host: {{ include "demo-chart.host" . }}
|
||||
http:
|
||||
paths:
|
||||
- path: /
|
||||
|
|
Loading…
Reference in New Issue