Skip to content

Commit 8ac22d8

Browse files
fix(netpol): duidelijker default-deny comment
1 parent 09ece01 commit 8ac22d8

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

infrastructure/bootstrap/infrastructure/postgresql/database/overlays/odcn/network-policies/default-deny-ingress.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ metadata:
44
name: default-deny-ingress-postgres
55
namespace: rig-prd-operations
66
spec:
7-
# Self-documenting backstop. Redundant with allow-postgres-access in
8-
# current state, but keeps postgres pods closed if the allow-policy
9-
# is ever removed.
7+
# Deny all ingress to postgres pods. Acts as a backstop: keeps them
8+
# closed if allow-postgres-access is ever deleted.
109
podSelector:
1110
matchLabels:
1211
cnpg.io/cluster: rig-db

0 commit comments

Comments
 (0)