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: 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