deploy(irc): enable readonly RPC log subscription

This commit is contained in:
Andrew Stoltz
2026-06-19 19:48:10 -05:00
parent d0fe8bb3d1
commit 4899ba9267

View File

@@ -674,6 +674,7 @@ data:
user { list; get; } user { list; get; }
stats { get; } stats { get; }
server_ban { list; get; } server_ban { list; get; }
log { subscribe; unsubscribe; }
} }
} }
@@ -1434,7 +1435,7 @@ spec:
fsGroupChangePolicy: OnRootMismatch fsGroupChangePolicy: OnRootMismatch
containers: containers:
- name: web - name: web
image: localhost/fc-irc-web:v20260619-irc-logsub-5da7dee image: localhost/fc-irc-web:v20260619-irc-logsub-259ca85
imagePullPolicy: Never imagePullPolicy: Never
ports: ports:
- containerPort: 5080 - containerPort: 5080