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

OZG-3880 network- policy add dns ingress rule for alfa

parent 4ebf29e0
Branches
Tags
No related merge requests found
...@@ -43,6 +43,12 @@ spec: ...@@ -43,6 +43,12 @@ spec:
- podSelector: - podSelector:
matchLabels: matchLabels:
component: vorgang-manager component: vorgang-manager
- ports:
- port: 9000
from:
- podSelector:
matchLabels:
component: alfa
{{- with (.Values.networkPolicy).additionalIngressConfig }} {{- with (.Values.networkPolicy).additionalIngressConfig }}
{{ toYaml . | indent 2 }} {{ toYaml . | indent 2 }}
{{- end }} {{- end }}
......
...@@ -67,6 +67,12 @@ tests: ...@@ -67,6 +67,12 @@ tests:
- podSelector: - podSelector:
matchLabels: matchLabels:
component: vorgang-manager component: vorgang-manager
- ports:
- port: 9000
from:
- podSelector:
matchLabels:
component: alfa
egress: egress:
- to: - to:
- podSelector: - podSelector:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment