feat: add regional Agones fleet overlays

This commit is contained in:
Josh Creek
2026-08-31 21:51:37 +01:00
parent 6253b620a9
commit 0551fb0b1f
11 changed files with 137 additions and 7 deletions
+2 -1
View File
@@ -2,6 +2,7 @@ apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
name: default-deny-ingress-egress
namespace: cosmic-clash
spec:
podSelector: {}
policyTypes: [Ingress, Egress]
@@ -10,6 +11,7 @@ apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
name: control-plane-allowed-flows
namespace: cosmic-clash
spec:
podSelector:
matchLabels:
@@ -64,4 +66,3 @@ spec:
podSelector:
matchLabels:
k8s-app: kube-dns