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: ...@@ -94,6 +94,9 @@ spec:
- containerPort: 8081 - containerPort: 8081
name: metrics name: metrics
protocol: TCP protocol: TCP
- containerPort: 9090
name: grpc-9090
protocol: TCP
readinessProbe: readinessProbe:
failureThreshold: 3 failureThreshold: 3
httpGet: httpGet:
......
...@@ -65,6 +65,13 @@ spec: ...@@ -65,6 +65,13 @@ spec:
ports: ports:
- port: 27017 - port: 27017
protocol: TCP protocol: TCP
- to:
- podSelector:
matchLabels:
component: administration
ports:
- port: 9090
protocol: TCP
- to: - to:
- namespaceSelector: - namespaceSelector:
matchLabels: matchLabels:
......
...@@ -70,6 +70,13 @@ tests: ...@@ -70,6 +70,13 @@ tests:
- podSelector: - podSelector:
matchLabels: matchLabels:
component: ozgcloud-mongodb component: ozgcloud-mongodb
- ports:
- port: 9090
protocol: TCP
to:
- podSelector:
matchLabels:
component: administration
- ports: - ports:
- port: 53 - port: 53
protocol: UDP protocol: UDP
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment