This commit is contained in:
Waylon S. Walker 2025-02-24 07:56:10 -06:00
parent 8fdedbcd93
commit 32806ea7b1

View file

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