Allowed pgAdmin egress to platform Postgres
This commit is contained in:
parent
c5818bcdb4
commit
b86f749653
1 changed files with 10 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ spec:
|
||||||
egress:
|
egress:
|
||||||
- toEntities:
|
- toEntities:
|
||||||
- kube-apiserver
|
- kube-apiserver
|
||||||
|
|
||||||
- toEndpoints:
|
- toEndpoints:
|
||||||
- matchLabels:
|
- matchLabels:
|
||||||
k8s:io.kubernetes.pod.namespace: kube-system
|
k8s:io.kubernetes.pod.namespace: kube-system
|
||||||
|
|
@ -18,3 +19,12 @@ spec:
|
||||||
protocol: UDP
|
protocol: UDP
|
||||||
- port: "53"
|
- port: "53"
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
|
||||||
|
- toEndpoints:
|
||||||
|
- matchLabels:
|
||||||
|
k8s:io.kubernetes.pod.namespace: platform-services
|
||||||
|
app: platform-postgres
|
||||||
|
toPorts:
|
||||||
|
- ports:
|
||||||
|
- port: "5432"
|
||||||
|
protocol: TCP
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue