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: - to:
- namespaceSelector: - namespaceSelector:
matchLabels: matchLabels:
name: homelab kubernetes.io/metadata.name: kube-system
podSelector:
matchLabels:
k8s-app: kube-dns
ports: ports:
- protocol: TCP - protocol: TCP
port: 53
- protocol: UDP - protocol: UDP
port: 53 port: 53