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 }} {{- range .paths }}
- path: {{ . }} - path: {{ . }}
backend: backend:
serviceName: {{ $fullName }} service:
servicePort: http name: {{ $fullName }}
port:
name: http
{{- end }} {{- end }}
{{- end }} {{- end }}
{{- end }} {{- end }}