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

OZG-6499 OZG-6566 Add egress to administration

parent 03e68c59
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,13 @@ spec:
ports:
- port: 9090
protocol: TCP
- to:
- podSelector:
matchLabels:
component: administration
ports:
- port: 8080
protocol: TCP
# public keycloak ip
- to:
- ipBlock:
......
......@@ -84,6 +84,13 @@ tests:
ports:
- port: 9090
protocol: TCP
- to:
- podSelector:
matchLabels:
component: administration
ports:
- port: 8080
protocol: TCP
# public keycloak ip
- to:
- ipBlock:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment