Skip to content

Commit 5a3c4e1

Browse files
Bugfix: Ingress port name must point to a name, not a number.
Fixes open-zaak#31
1 parent 757308c commit 5a3c4e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/open-zaak/templates/ingress.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ spec:
4242
service:
4343
name: {{ $fullName }}
4444
port:
45-
name: {{ $svcPort }}
45+
name: http
4646
{{- else }}
4747
serviceName: {{ $fullName }}
4848
servicePort: {{ $svcPort }}
4949
{{- end}}
5050
{{- if $.Capabilities.APIVersions.Has "networking.k8s.io/v1/Ingress" }}
5151
pathType: ImplementationSpecific
52-
{{- end }}
52+
{{- end }}
5353
{{- end }}
5454
{{- end }}

0 commit comments

Comments
 (0)