Fix etherpad networkpolicy

This commit is contained in:
2025-12-28 22:25:00 +02:00
parent dc31b51e9d
commit 3ce56bc860

View File

@@ -133,7 +133,20 @@ spec:
- protocol: TCP
port: 3306
- to:
- namespaceSelector: {}
- ipBlock:
cidr: 10.96.0.10/32
ports:
- protocol: UDP
port: 53
- protocol: TCP
port: 53
- to:
- namespaceSelector:
matchLabels:
kubernetes.io/metadata.name: kube-system
podSelector:
matchLabels:
k8s-app: kube-dns
ports:
- protocol: UDP
port: 53