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

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

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

Reviewed-on: https://git.ozg-sh.de/ozgcloud-app/user-manager/pulls/95
parents 1d36ef0a fb0d8d17
No related branches found
No related tags found
No related merge requests found
...@@ -62,5 +62,9 @@ spec: ...@@ -62,5 +62,9 @@ spec:
protocol: UDP protocol: UDP
- port: 53 - port: 53
protocol: TCP protocol: TCP
- port: 5353
protocol: UDP
- port: 5353
protocol: TCP
{{- end }} {{- end }}
...@@ -90,6 +90,10 @@ tests: ...@@ -90,6 +90,10 @@ tests:
protocol: UDP protocol: UDP
- port: 53 - port: 53
protocol: TCP protocol: TCP
- port: 5353
protocol: UDP
- port: 5353
protocol: TCP
- it: add ingress rule by values - it: add ingress rule by values
set: set:
networkPolicy: networkPolicy:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment