Skip to content

Commit

Permalink
Bugfix: Ingress port name must point to a name, not a number.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroenvermeulen committed Jun 12, 2024
1 parent 757308c commit 5a3c4e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/open-zaak/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 5a3c4e1

Please sign in to comment.