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

OZG-5807 fix xta networkpolicy problem

parent 685bf16b
No related branches found
No related tags found
No related merge requests found
...@@ -45,6 +45,9 @@ spec: ...@@ -45,6 +45,9 @@ spec:
- podSelector: - podSelector:
matchLabels: matchLabels:
ozg-component: eingangsadapter ozg-component: eingangsadapter
- podSelector:
matchLabels:
ozg-component: xta-adapter
{{- if ((.Values.ozgcloud).antragraum).enabled }} {{- if ((.Values.ozgcloud).antragraum).enabled }}
- from: - from:
- namespaceSelector: - namespaceSelector:
......
...@@ -84,6 +84,9 @@ tests: ...@@ -84,6 +84,9 @@ tests:
- podSelector: - podSelector:
matchLabels: matchLabels:
ozg-component: eingangsadapter ozg-component: eingangsadapter
- podSelector:
matchLabels:
ozg-component: xta-adapter
- it: should add ingress rule for antragraum if antragraum is enabled - it: should add ingress rule for antragraum if antragraum is enabled
set: set:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment