Added base Cilium egress policy for apps namespace

This commit is contained in:
Arvind Prabhakar 2026-06-30 22:47:48 +00:00
commit 1acea43a6d

View file

@ -0,0 +1,20 @@
apiVersion: cilium.io/v2
kind: CiliumNetworkPolicy
metadata:
name: apps-base-egress
namespace: apps
spec:
endpointSelector: {}
egress:
- toEntities:
- kube-apiserver
- toEndpoints:
- matchLabels:
k8s:io.kubernetes.pod.namespace: kube-system
k8s:k8s-app: kube-dns
toPorts:
- ports:
- port: "53"
protocol: UDP
- port: "53"
protocol: TCP