From 642d26cf4d1d1802263d866aee91d82cfe37f085 Mon Sep 17 00:00:00 2001 From: Hyunkook Cho Date: Fri, 21 Dec 2018 09:07:48 +0900 Subject: [PATCH] Horizon: add tcp port to network policy for nodeport This patch fixes the network policy issue when use nodeport mode. If you enable node port witout this patch, it will block by network policy. so should be allowed tcp port of horizon when use nodeport. Change-Id: I5e2622c29c6a32ab6d1c5d99d84d4f13382dab65 Signed-off-by: Hyunkook Cho --- horizon/values.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/horizon/values.yaml b/horizon/values.yaml index 4c0d5d4bfd..40dae5051a 100644 --- a/horizon/values.yaml +++ b/horizon/values.yaml @@ -2087,6 +2087,9 @@ network_policy: - namespaceSelector: matchLabels: name: kube-system + - ports: + - protocol: TCP + port: 80 manifests: configmap_bin: true