homelab-gitops/platform/default-network-policies/default-deny.yaml
gwg313 20c1fccff1
add infra
Signed-off-by: gwg313 <gwg313@pm.me>
2026-05-16 14:11:31 -04:00

12 lines
258 B
YAML

apiVersion: "cilium.io/v2"
kind: CiliumClusterwideNetworkPolicy
metadata:
name: baseline-default-deny
spec:
description: "Deny all ingress and egress cluster-wide by default"
endpointSelector:
matchLabels: {}
ingress:
- {}
egress:
- {}