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

OZG-3880 network- policy add dns port 5353 for OKD

parent 2c193f08
No related branches found
No related tags found
No related merge requests found
...@@ -39,4 +39,8 @@ spec: ...@@ -39,4 +39,8 @@ spec:
protocol: UDP protocol: UDP
- port: 53 - port: 53
protocol: TCP protocol: TCP
- port: 5353
protocol: UDP
- port: 5353
protocol: TCP
{{- end }} {{- end }}
\ No newline at end of file
...@@ -82,6 +82,10 @@ tests: ...@@ -82,6 +82,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