helm: fix port types in CiliumNetworkPolicy (#19232)

This commit is contained in:
Dennis Marttinen 2024-04-26 07:50:24 +00:00 committed by GitHub
parent 135874ebdc
commit a658b976f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

View File

@ -16,9 +16,9 @@ spec:
ingress:
- toPorts:
- ports:
- port: {{ .Values.minioAPIPort }}
- port: "{{ .Values.minioAPIPort }}"
protocol: TCP
- port: {{ .Values.minioConsolePort }}
- port: "{{ .Values.minioConsolePort }}"
protocol: TCP
{{- if not .Values.networkPolicy.allowExternal }}
fromEndpoints: