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 }}
|
service: {{ .Values.name }}
|
||||||
policyTypes:
|
policyTypes:
|
||||||
- Ingress
|
- Ingress
|
||||||
- Egress
|
|
||||||
ingress:
|
ingress:
|
||||||
- from:
|
- from:
|
||||||
- namespaceSelector:
|
- namespaceSelector:
|
||||||
|
|
@ -20,8 +19,7 @@ spec:
|
||||||
ports:
|
ports:
|
||||||
- protocol: TCP
|
- protocol: TCP
|
||||||
port: {{ .Values.port }}
|
port: {{ .Values.port }}
|
||||||
egress:
|
# egress:
|
||||||
- {}
|
|
||||||
# TODO, optionally add egress restriction.
|
# TODO, optionally add egress restriction.
|
||||||
# - to:
|
# - to:
|
||||||
# - namespaceSelector: {}
|
# - namespaceSelector: {}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue