add infra
Signed-off-by: gwg313 <gwg313@pm.me>
This commit is contained in:
parent
c2805c6cc1
commit
20c1fccff1
5 changed files with 199 additions and 0 deletions
12
platform/default-network-policies/default-deny.yaml
Normal file
12
platform/default-network-policies/default-deny.yaml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
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:
|
||||
- {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue