Fix etherpad networkpolicy

This commit is contained in:
2025-12-28 22:17:48 +02:00
parent c88abafeb5
commit dc31b51e9d

View File

@@ -125,12 +125,6 @@ spec:
- port: 9001 - port: 9001
protocol: TCP protocol: TCP
egress: egress:
- ports:
- port: 53
protocol: UDP
to:
- ipBlock:
cidr: 10.96.0.10/32
- to: - to:
- podSelector: - podSelector:
matchLabels: matchLabels:
@@ -138,3 +132,10 @@ spec:
ports: ports:
- protocol: TCP - protocol: TCP
port: 3306 port: 3306
- to:
- namespaceSelector: {}
ports:
- protocol: UDP
port: 53
- protocol: TCP
port: 53