mirror of
https://github.com/pgsty/minio.git
synced 2026-07-25 23:16:16 +03:00
helm: fix port types in CiliumNetworkPolicy (#19232)
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user