From 77b15e7194e4f86de3a86a2597b4737157c814b0 Mon Sep 17 00:00:00 2001 From: Kourosh Tafreshi Date: Tue, 15 Mar 2022 02:13:42 +0200 Subject: [PATCH] Add Console Service port to the NetworkPolicy (#14545) --- helm/minio/templates/networkpolicy.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/helm/minio/templates/networkpolicy.yaml b/helm/minio/templates/networkpolicy.yaml index 8e79f2359..68a259957 100644 --- a/helm/minio/templates/networkpolicy.yaml +++ b/helm/minio/templates/networkpolicy.yaml @@ -17,6 +17,7 @@ spec: ingress: - ports: - port: {{ .Values.service.port }} + - port: {{ .Values.consoleService.port }} {{- if not .Values.networkPolicy.allowExternal }} from: - podSelector: