Skip to content
Snippets Groups Projects
Verified Commit 4a126d24 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

feat(postgres): Tighten network policy for postgres-operator

This patch thightens up the network policy that is deployed to all
namespaces, to limit access to the postgres-operator managed pods.
parent c26c9cdd
Branches
Tags
Loading
......@@ -20,6 +20,15 @@ spec:
- namespaceSelector:
matchLabels:
name: zalando-postgres
podSelector: {}
podSelector:
matchLabels:
application: spilo
policyTypes:
- Ingress
ports:
- containerPort: 8008
protocol: TCP
- containerPort: 5432
protocol: TCP
- containerPort: 8080
protocol: TCP
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment