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

network policy add ssh port forward port

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