diff --git a/charts/open-zaak/templates/ingress.yaml b/charts/open-zaak/templates/ingress.yaml index bf9c831..9412d77 100644 --- a/charts/open-zaak/templates/ingress.yaml +++ b/charts/open-zaak/templates/ingress.yaml @@ -42,13 +42,13 @@ spec: service: name: {{ $fullName }} port: - name: {{ $svcPort }} + name: http {{- else }} serviceName: {{ $fullName }} servicePort: {{ $svcPort }} {{- end}} {{- if $.Capabilities.APIVersions.Has "networking.k8s.io/v1/Ingress" }} pathType: ImplementationSpecific - {{- end }} + {{- end }} {{- end }} {{- end }}