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