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