Fixed ingress in helm chart.
This commit is contained in:
parent
260f085585
commit
f335c386e5
@ -29,8 +29,10 @@ spec:
|
|||||||
{{- range .paths }}
|
{{- range .paths }}
|
||||||
- path: {{ . }}
|
- path: {{ . }}
|
||||||
backend:
|
backend:
|
||||||
serviceName: {{ $fullName }}
|
service:
|
||||||
servicePort: http
|
name: {{ $fullName }}
|
||||||
|
port:
|
||||||
|
name: http
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
Loading…
Reference in New Issue
Block a user