Skip to content
Snippets Groups Projects
Commit 6270a761 authored by Felix Reichenbach's avatar Felix Reichenbach
Browse files

OZG-6741 add egress to alfa

parent 9a203123
No related branches found
No related tags found
1 merge request!1Ozg 6741 organisationseinheit link
...@@ -69,6 +69,13 @@ spec: ...@@ -69,6 +69,13 @@ spec:
ports: ports:
- port: 27017 - port: 27017
protocol: TCP protocol: TCP
- to:
- podSelector:
matchLabels:
component: alfa
ports:
- port: 8080
protocol: TCP
# public keycloak ip # public keycloak ip
- to: - to:
- ipBlock: - ipBlock:
......
...@@ -100,6 +100,13 @@ tests: ...@@ -100,6 +100,13 @@ tests:
ports: ports:
- port: 27017 - port: 27017
protocol: TCP protocol: TCP
- to:
- podSelector:
matchLabels:
component: "alfa"
ports:
- port: 8080
protocol: TCP
# public keycloak ip # public keycloak ip
- to: - to:
- ipBlock: - ipBlock:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment