remove network policies for now

This commit is contained in:
2024-06-09 13:09:58 +10:00
parent 50e1ccce65
commit 665de9090a
13 changed files with 1 additions and 241 deletions

View File

@@ -1,21 +0,0 @@
apiVersion: cilium.io/v2
kind: CiliumClusterwideNetworkPolicy
metadata:
name: egress-kubeapi
spec:
endpointSelector:
matchLabels:
rpi5.cluster.policy/egress-kubeapi: "true"
egress:
- toEntities:
- host
- remote-node
toPorts:
- ports:
- port: "6443"
- toEntities:
- kube-apiserver
toPorts:
- ports:
- port: "443"
- port: "6443"