deploy(irc): use simple RPC username

This commit is contained in:
Andrew Stoltz
2026-06-19 18:21:15 -05:00
parent fa49890b2b
commit 416ff3e8a7

View File

@@ -666,7 +666,7 @@ data:
class opers; class opers;
} }
rpc-user flowercore-readonly { rpc-user flowercorereadonly {
match { ip 10.*; } 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-internal-match-20260619" flowercore.io/config-revision: "irc-r1-rpc-simple-user-20260619"
spec: spec:
initContainers: initContainers:
- name: inject-credentials - name: inject-credentials
@@ -1458,7 +1458,7 @@ spec:
- name: FlowerCore__IRC__ServerManagement__RpcPath - name: FlowerCore__IRC__ServerManagement__RpcPath
value: "/api" value: "/api"
- name: FlowerCore__IRC__ServerManagement__RpcUsername - name: FlowerCore__IRC__ServerManagement__RpcUsername
value: "flowercore-readonly" value: "flowercorereadonly"
- name: FlowerCore__IRC__ServerManagement__RpcPassword - name: FlowerCore__IRC__ServerManagement__RpcPassword
valueFrom: valueFrom:
secretKeyRef: secretKeyRef: