Allowed pgAdmin egress to platform Postgres

This commit is contained in:
Arvind Prabhakar 2026-06-30 23:14:38 +00:00
commit b86f749653

View file

@ -8,6 +8,7 @@ spec:
egress:
- toEntities:
- kube-apiserver
- toEndpoints:
- matchLabels:
k8s:io.kubernetes.pod.namespace: kube-system
@ -18,3 +19,12 @@ spec:
protocol: UDP
- port: "53"
protocol: TCP
- toEndpoints:
- matchLabels:
k8s:io.kubernetes.pod.namespace: platform-services
app: platform-postgres
toPorts:
- ports:
- port: "5432"
protocol: TCP