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