From dc31b51e9d2f5b6af83d94aa2dbbc32c4747a2c1 Mon Sep 17 00:00:00 2001 From: Erki Aas Date: Sun, 28 Dec 2025 22:17:48 +0200 Subject: [PATCH] Fix etherpad networkpolicy --- etherpad/application.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/etherpad/application.yml b/etherpad/application.yml index 7798ad9..4628ef3 100644 --- a/etherpad/application.yml +++ b/etherpad/application.yml @@ -125,16 +125,17 @@ spec: - port: 9001 protocol: TCP egress: - - ports: - - port: 53 - protocol: UDP - to: - - ipBlock: - cidr: 10.96.0.10/32 - to: - podSelector: matchLabels: app: mariadb ports: - protocol: TCP - port: 3306 \ No newline at end of file + port: 3306 + - to: + - namespaceSelector: {} + ports: + - protocol: UDP + port: 53 + - protocol: TCP + port: 53