Skip to content
Snippets Groups Projects
Commit d18e7d40 authored by OZGCloud's avatar OZGCloud
Browse files

ozg-5641 remove vorgang-manager egress rule

parent ca0612b4
No related branches found
No related tags found
No related merge requests found
......@@ -26,13 +26,6 @@ spec:
{{ toYaml . | indent 2 }}
{{- end }}
egress:
- to:
- namespaceSelector: {}
podSelector:
matchLabels:
component: vorgang-manager
ports:
- port: 9090
- to:
- namespaceSelector:
matchLabels:
......
......@@ -48,7 +48,7 @@ tests:
- Ingress
- Egress
- it: validate ingress rules
- it: should add ingress rule for vorgang-manager
set:
networkPolicy:
dnsServerNamespace: test-dns-namespace
......@@ -64,7 +64,7 @@ tests:
matchLabels:
component: vorgang-manager
- it: validate egress
- it: should add egress rule to dns service
set:
networkPolicy:
dnsServerNamespace: test-dns-namespace
......@@ -72,13 +72,6 @@ tests:
- equal:
path: spec.egress
value:
- to:
- namespaceSelector: {}
podSelector:
matchLabels:
component: vorgang-manager
ports:
- port: 9090
- to:
- namespaceSelector:
matchLabels:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment