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