Skip to content

Commit aeef066

Browse files
committed
fix: scope network policies to internal services only
Drop default-deny-ingress and allow-ingress policies. Without a default-deny in place, only pods explicitly selected by allow-internal become restricted — game-server pods (and any other unselected pod) remain wide-open, so CS2 client traffic and connector/RCON paths are not affected. Per-service ingress restrictions (TimescaleDB, Redis, Hasura, API, MinIO, Typesense, connector) still apply.
1 parent 3521e5b commit aeef066

3 files changed

Lines changed: 0 additions & 43 deletions

File tree

base/network-policies/allow-ingress.yaml

Lines changed: 0 additions & 32 deletions
This file was deleted.

base/network-policies/default-deny.yaml

Lines changed: 0 additions & 9 deletions
This file was deleted.

base/network-policies/kustomization.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33

44
resources:
5-
- default-deny.yaml
6-
- allow-ingress.yaml
75
- allow-internal.yaml

0 commit comments

Comments
 (0)