mirror of https://github.com/minio/minio.git
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…
Reference in New Issue