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: {}