diff --git a/chart/templates/ingress.yaml b/chart/templates/ingress.yaml index 1adf3507..e3d0b2b8 100644 --- a/chart/templates/ingress.yaml +++ b/chart/templates/ingress.yaml @@ -29,8 +29,10 @@ spec: {{- range .paths }} - path: {{ . }} backend: - serviceName: {{ $fullName }} - servicePort: http + service: + name: {{ $fullName }} + port: + name: http {{- end }} {{- end }} {{- end }}