deploy(irc): allow internal RPC client range
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user