wip
This commit is contained in:
parent
8fdedbcd93
commit
32806ea7b1
1 changed files with 1 additions and 3 deletions
|
|
@ -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: {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue