Skip to content
Snippets Groups Projects
Commit c211100b authored by OZG-Cloud Team's avatar OZG-Cloud Team
Browse files

network policy add ssh port forward port

parent 1df9286a
No related branches found
No related tags found
No related merge requests found
...@@ -64,6 +64,8 @@ spec: ...@@ -64,6 +64,8 @@ spec:
protocol: TCP protocol: TCP
- port: 80 - port: 80
protocol: TCP protocol: TCP
- port: 9000
protocol: TCP
{{- with (.Values.networkPolicy).additionalEgressConfig }} {{- with (.Values.networkPolicy).additionalEgressConfig }}
{{ toYaml . | indent 2 }} {{ toYaml . | indent 2 }}
{{- end }} {{- end }}
......
...@@ -86,6 +86,8 @@ tests: ...@@ -86,6 +86,8 @@ tests:
protocol: TCP protocol: TCP
- port: 80 - port: 80
protocol: TCP protocol: TCP
- port: 9000
protocol: TCP
- it: add egress rules by values - it: add egress rules by values
set: set:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment