mirror of
https://github.com/gwg313/homelab-gitops.git
synced 2026-06-26 17:00:12 +00:00
28 lines
518 B
YAML
28 lines
518 B
YAML
apiVersion: cilium.io/v2
|
|
kind: CiliumNetworkPolicy
|
|
metadata:
|
|
name: kube-system-baseline
|
|
namespace: kube-system
|
|
spec:
|
|
endpointSelector: {}
|
|
|
|
ingress:
|
|
- fromEntities:
|
|
- cluster
|
|
- host
|
|
- remote-node
|
|
|
|
egress:
|
|
- toEntities:
|
|
- kube-apiserver
|
|
- cluster
|
|
|
|
- toEndpoints:
|
|
- matchLabels:
|
|
k8s:k8s-app: kube-dns
|
|
toPorts:
|
|
- ports:
|
|
- port: "53"
|
|
protocol: UDP
|
|
- port: "53"
|
|
protocol: TCP
|