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

OZG-6867: OZG-7036: Add Egress to Zufi

parent 7b111cca
Branches
Tags
No related merge requests found
......@@ -28,6 +28,13 @@ spec:
{{ toYaml . | indent 2 }}
{{- end }}
egress:
- to:
- podSelector:
matchLabels:
component: zufi-server
ports:
- port: 9090
protocol: TCP
- to:
- podSelector:
matchLabels:
......
......@@ -83,6 +83,13 @@ tests:
- protocol: TCP
port: 8081
egress:
- to:
- podSelector:
matchLabels:
component: zufi-server
ports:
- port: 9090
protocol: TCP
- to:
- podSelector:
matchLabels:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment