deploy(irc): allow internal RPC client range

This commit is contained in:
Andrew Stoltz
2026-06-19 18:19:38 -05:00
parent 6de33d5c20
commit fa49890b2b

View File

@@ -667,7 +667,7 @@ data:
} }
rpc-user flowercore-readonly { rpc-user flowercore-readonly {
match { ip 10.42.*; ip 10.0.56.14; } match { ip 10.*; }
password "__RPC_PASSWORD__"; password "__RPC_PASSWORD__";
rpc-class readonly; rpc-class readonly;
} }
@@ -1021,7 +1021,7 @@ spec:
labels: labels:
app: unrealircd app: unrealircd
annotations: annotations:
flowercore.io/config-revision: "irc-r1-rpc-hex-secret-20260619" flowercore.io/config-revision: "irc-r1-rpc-internal-match-20260619"
spec: spec:
initContainers: initContainers:
- name: inject-credentials - name: inject-credentials