mirror of
https://github.com/gwg313/homelab-gitops.git
synced 2026-06-11 01:41:55 +00:00
12 lines
258 B
YAML
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:
|
|
- {}
|