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

Merge pull request 'OZG-3880 network- policy add dns port 5353 for OKD' (#91)...

Merge pull request 'OZG-3880 network- policy add dns port 5353 for OKD' (#91) from OZG-3880-netwook-policy-port-5353 into master

Reviewed-on: https://git.ozg-sh.de/ozgcloud-app/eingang-manager/pulls/91
parents c8e87baf e76b127e
No related branches found
No related tags found
No related merge requests found
......@@ -55,4 +55,8 @@ spec:
protocol: UDP
- port: 53
protocol: TCP
- port: 5353
protocol: UDP
- port: 5353
protocol: TCP
{{- end }}
\ No newline at end of file
......@@ -87,6 +87,10 @@ tests:
protocol: UDP
- port: 53
protocol: TCP
- port: 5353
protocol: UDP
- port: 5353
protocol: TCP
- it: test network policy disabled
set:
......
......@@ -54,6 +54,10 @@ spec:
protocol: UDP
- port: 53
protocol: TCP
- port: 5353
protocol: UDP
- port: 5353
protocol: TCP
- to:
- namespaceSelector:
matchLabels:
......
......@@ -73,6 +73,10 @@ tests:
protocol: UDP
- port: 53
protocol: TCP
- port: 5353
protocol: UDP
- port: 5353
protocol: TCP
- to:
- namespaceSelector:
matchLabels:
......@@ -111,6 +115,10 @@ tests:
protocol: UDP
- port: 53
protocol: TCP
- port: 5353
protocol: UDP
- port: 5353
protocol: TCP
- to:
- namespaceSelector:
matchLabels:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment