feat: add a bunch of network policies from Kai

This commit is contained in:
2024-02-19 15:34:15 +01:00
parent 839a96dc39
commit f2db2db473
15 changed files with 206 additions and 0 deletions
@@ -0,0 +1,15 @@
apiVersion: cilium.io/v2
kind: CiliumNetworkPolicy
metadata:
name: allow-kube-api
namespace: jaeger
spec:
endpointSelector:
matchLabels: {}
egress:
- toEntities:
- kube-apiserver
toPorts:
- ports:
- port: "6443"
protocol: TCP