fix: allow kube-dns on gitea actions network policy

This commit is contained in:
2025-09-21 22:49:40 +05:00
parent 1c291cc777
commit b776cb1ca2

View File

@@ -91,8 +91,12 @@ spec:
- to:
- namespaceSelector:
matchLabels:
name: homelab
kubernetes.io/metadata.name: kube-system
podSelector:
matchLabels:
k8s-app: kube-dns
ports:
- protocol: TCP
port: 53
- protocol: UDP
port: 53