mirror of
https://github.com/minio/minio.git
synced 2025-04-22 03:24:38 -04:00
helm: fix port types in CiliumNetworkPolicy (#19232)
This commit is contained in:
parent
135874ebdc
commit
a658b976f5
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user