deploy(irc): roll web RPC TLS image
This commit is contained in:
@@ -1421,7 +1421,7 @@ spec:
|
||||
fsGroupChangePolicy: OnRootMismatch
|
||||
containers:
|
||||
- name: web
|
||||
image: localhost/fc-irc-web:v20260619-irc-r1-rpc-01f67be
|
||||
image: localhost/fc-irc-web:v20260619-irc-r1-rpc-e523ba8
|
||||
imagePullPolicy: Never
|
||||
ports:
|
||||
- containerPort: 5080
|
||||
@@ -1452,7 +1452,7 @@ spec:
|
||||
- name: FlowerCore__IRC__ServerManagement__RpcEnabled
|
||||
value: "true"
|
||||
- name: FlowerCore__IRC__ServerManagement__RpcBaseUrl
|
||||
value: "http://unrealircd.irc.svc.cluster.local:8600"
|
||||
value: "https://unrealircd.irc.svc.cluster.local:8600"
|
||||
- name: FlowerCore__IRC__ServerManagement__RpcPath
|
||||
value: "/api"
|
||||
- name: FlowerCore__IRC__ServerManagement__RpcUsername
|
||||
@@ -1462,6 +1462,8 @@ spec:
|
||||
secretKeyRef:
|
||||
name: unrealircd-rpc-credentials
|
||||
key: password
|
||||
- name: FlowerCore__IRC__ServerManagement__RpcAllowInvalidServerCertificate
|
||||
value: "true"
|
||||
- name: FlowerCore__IRC__ServerManagement__PreferRpcReadModel
|
||||
value: "true"
|
||||
- name: FlowerCore__Mcp__ServiceName
|
||||
|
||||
Reference in New Issue
Block a user