From 4899ba9267458302f44f0aca62bd01583d66c4ae Mon Sep 17 00:00:00 2001 From: Andrew Stoltz <1578013+astoltz@users.noreply.github.com> Date: Fri, 19 Jun 2026 19:48:10 -0500 Subject: [PATCH] deploy(irc): enable readonly RPC log subscription --- apps-gx10/irc/irc.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps-gx10/irc/irc.yaml b/apps-gx10/irc/irc.yaml index 2c6b463..9492476 100644 --- a/apps-gx10/irc/irc.yaml +++ b/apps-gx10/irc/irc.yaml @@ -674,6 +674,7 @@ data: user { list; get; } stats { get; } server_ban { list; get; } + log { subscribe; unsubscribe; } } } @@ -1434,7 +1435,7 @@ spec: fsGroupChangePolicy: OnRootMismatch containers: - name: web - image: localhost/fc-irc-web:v20260619-irc-logsub-5da7dee + image: localhost/fc-irc-web:v20260619-irc-logsub-259ca85 imagePullPolicy: Never ports: - containerPort: 5080