From 32806ea7b1cf0eec64b1877fecadef67cf8a1864 Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Mon, 24 Feb 2025 07:56:10 -0600 Subject: [PATCH] wip --- helm-chart/templates/networkpolicy.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/helm-chart/templates/networkpolicy.yaml b/helm-chart/templates/networkpolicy.yaml index a3f78ad..0d91ca2 100644 --- a/helm-chart/templates/networkpolicy.yaml +++ b/helm-chart/templates/networkpolicy.yaml @@ -11,7 +11,6 @@ spec: service: {{ .Values.name }} policyTypes: - Ingress - - Egress ingress: - from: - namespaceSelector: @@ -20,8 +19,7 @@ spec: ports: - protocol: TCP port: {{ .Values.port }} - egress: - - {} + # egress: # TODO, optionally add egress restriction. # - to: # - namespaceSelector: {}