Allowed OpenProject egress to Postgres and Memcached

This commit is contained in:
Arvind Prabhakar 2026-06-30 23:11:59 +00:00
commit c5818bcdb4

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,21 @@ 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
- toEndpoints:
- matchLabels:
k8s:io.kubernetes.pod.namespace: openproject
app.kubernetes.io/name: memcached
toPorts:
- ports:
- port: "11211"
protocol: TCP