Fixed ingress in helm chart.

This commit is contained in:
Benoit Schweblin 2021-03-29 19:32:29 +01:00
parent 260f085585
commit f335c386e5

View File

@ -29,8 +29,10 @@ spec:
{{- range .paths }}
- path: {{ . }}
backend:
serviceName: {{ $fullName }}
servicePort: http
service:
name: {{ $fullName }}
port:
name: http
{{- end }}
{{- end }}
{{- end }}