Skip to content
Snippets Groups Projects
Commit 38a2c9b6 authored by Krzysztof Witukiewicz's avatar Krzysztof Witukiewicz
Browse files

OZG-8142 Egress to grpc port 9090 of administration

parent faaa3a0b
No related branches found
No related tags found
No related merge requests found
......@@ -94,6 +94,9 @@ spec:
- containerPort: 8081
name: metrics
protocol: TCP
- containerPort: 9090
name: grpc-9090
protocol: TCP
readinessProbe:
failureThreshold: 3
httpGet:
......
......@@ -65,6 +65,13 @@ spec:
ports:
- port: 27017
protocol: TCP
- to:
- podSelector:
matchLabels:
component: administration
ports:
- port: 9090
protocol: TCP
- to:
- namespaceSelector:
matchLabels:
......
......@@ -70,6 +70,13 @@ tests:
- podSelector:
matchLabels:
component: ozgcloud-mongodb
- ports:
- port: 9090
protocol: TCP
to:
- podSelector:
matchLabels:
component: administration
- ports:
- port: 53
protocol: UDP
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment