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

Merge pull request 'OZG-6867: OZG-7036: Add Egress to Zufi' (#51) from...

Merge pull request 'OZG-6867: OZG-7036: Add Egress to Zufi' (#51) from OZG-7036-egress-zufi into master

Reviewed-on: https://git.ozg-sh.de/ozgcloud-app/administration/pulls/51


Reviewed-by: default avatarOZGCloud <ozgcloud@mgm-tp.com>
parents 7b111cca 9ae4aba0
No related branches found
No related tags found
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