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

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

parent 1d36ef0a
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