mirror of
https://github.com/optim-enterprises-bv/openstack-helm.git
synced 2025-12-25 17:27:33 +00:00
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 <hk0713.cho@samsung.com>
This commit is contained in:
@@ -2087,6 +2087,9 @@ network_policy:
|
||||
- namespaceSelector:
|
||||
matchLabels:
|
||||
name: kube-system
|
||||
- ports:
|
||||
- protocol: TCP
|
||||
port: 80
|
||||
|
||||
manifests:
|
||||
configmap_bin: true
|
||||
|
||||
Reference in New Issue
Block a user