mirror of
https://github.com/minio/minio.git
synced 2025-04-22 11:26:36 -04:00
helm: fix port types in CiliumNetworkPolicy (#19232)
This commit is contained in:
parent
135874ebdc
commit
a658b976f5
@ -16,9 +16,9 @@ spec:
|
|||||||
ingress:
|
ingress:
|
||||||
- toPorts:
|
- toPorts:
|
||||||
- ports:
|
- ports:
|
||||||
- port: {{ .Values.minioAPIPort }}
|
- port: "{{ .Values.minioAPIPort }}"
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
- port: {{ .Values.minioConsolePort }}
|
- port: "{{ .Values.minioConsolePort }}"
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
{{- if not .Values.networkPolicy.allowExternal }}
|
{{- if not .Values.networkPolicy.allowExternal }}
|
||||||
fromEndpoints:
|
fromEndpoints:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user