hive-apps/projects/woodpecker/manifests/netpol.yaml
2024-05-13 11:46:20 +02:00

17 lines
304 B
YAML

apiVersion: "cilium.io/v2"
kind: CiliumNetworkPolicy
metadata:
name: allow-kubeapi
namespace: woodpecker
spec:
endpointSelector:
matchLabels:
app.kubernetes.io/name: agent
egress:
- toEntities:
- kube-apiserver
- toPorts:
- ports:
- port: "6443"
protocol: TCP