From fa49890b2bebd9934606d655ea26196bdf02e880 Mon Sep 17 00:00:00 2001 From: Andrew Stoltz <1578013+astoltz@users.noreply.github.com> Date: Fri, 19 Jun 2026 18:19:38 -0500 Subject: [PATCH] deploy(irc): allow internal RPC client range --- apps-gx10/irc/irc.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps-gx10/irc/irc.yaml b/apps-gx10/irc/irc.yaml index 5c5253d..93e79b5 100644 --- a/apps-gx10/irc/irc.yaml +++ b/apps-gx10/irc/irc.yaml @@ -667,7 +667,7 @@ data: } rpc-user flowercore-readonly { - match { ip 10.42.*; ip 10.0.56.14; } + match { ip 10.*; } password "__RPC_PASSWORD__"; rpc-class readonly; } @@ -1021,7 +1021,7 @@ spec: labels: app: unrealircd annotations: - flowercore.io/config-revision: "irc-r1-rpc-hex-secret-20260619" + flowercore.io/config-revision: "irc-r1-rpc-internal-match-20260619" spec: initContainers: - name: inject-credentials