Allowed OpenProject egress to Postgres and Memcached
This commit is contained in:
parent
cab45b8b79
commit
c5818bcdb4
1 changed files with 19 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ spec:
|
|||
egress:
|
||||
- toEntities:
|
||||
- kube-apiserver
|
||||
|
||||
- toEndpoints:
|
||||
- matchLabels:
|
||||
k8s:io.kubernetes.pod.namespace: kube-system
|
||||
|
|
@ -18,3 +19,21 @@ 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
|
||||
|
||||
- toEndpoints:
|
||||
- matchLabels:
|
||||
k8s:io.kubernetes.pod.namespace: openproject
|
||||
app.kubernetes.io/name: memcached
|
||||
toPorts:
|
||||
- ports:
|
||||
- port: "11211"
|
||||
protocol: TCP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue