From 8113f2e0c33ba4b19c71a6710c1974bb3ef696e5 Mon Sep 17 00:00:00 2001 From: Dries De Peuter Date: Sat, 28 Oct 2023 00:18:08 +0200 Subject: [PATCH] fix(helm): Security fixes - netpol --- charts/well-known/templates/networkpolicy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/well-known/templates/networkpolicy.yaml b/charts/well-known/templates/networkpolicy.yaml index 62d5248..b9aa13b 100644 --- a/charts/well-known/templates/networkpolicy.yaml +++ b/charts/well-known/templates/networkpolicy.yaml @@ -16,7 +16,7 @@ spec: ingress: # Accept all traffic on http port - ports: - - name: http + - port: http protocol: TCP egress: # Allow all traffic to the kubernetes API