Deploy IRC Anope flat-file services proof
This commit is contained in:
@@ -1481,7 +1481,7 @@ spec:
|
|||||||
fsGroupChangePolicy: OnRootMismatch
|
fsGroupChangePolicy: OnRootMismatch
|
||||||
containers:
|
containers:
|
||||||
- name: web
|
- name: web
|
||||||
image: localhost/fc-irc-web:v20260621-irc-services-admin-3b8fbaf
|
image: localhost/fc-irc-web:v20260621-irc-anope-flatfile-a9a589a
|
||||||
imagePullPolicy: Never
|
imagePullPolicy: Never
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 5080
|
- containerPort: 5080
|
||||||
@@ -1527,7 +1527,13 @@ spec:
|
|||||||
- name: FlowerCore__IRC__ServerManagement__PreferRpcReadModel
|
- name: FlowerCore__IRC__ServerManagement__PreferRpcReadModel
|
||||||
value: "true"
|
value: "true"
|
||||||
- name: FlowerCore__IRC__ServerManagement__ServicesControlEnabled
|
- name: FlowerCore__IRC__ServerManagement__ServicesControlEnabled
|
||||||
value: "false"
|
value: "true"
|
||||||
|
- name: FlowerCore__IRC__ServerManagement__ServicesControlProtocol
|
||||||
|
value: "FlatFile"
|
||||||
|
- name: FlowerCore__IRC__ServerManagement__ServicesControlDataPath
|
||||||
|
value: "/anope-data/anope.db"
|
||||||
|
- name: FlowerCore__IRC__ServerManagement__ServicesControlConfigPath
|
||||||
|
value: "/anope-config-template/services.conf"
|
||||||
- name: FlowerCore__Mcp__ServiceName
|
- name: FlowerCore__Mcp__ServiceName
|
||||||
value: "fc-irc"
|
value: "fc-irc"
|
||||||
- name: FlowerCore__Mcp__RoutePath
|
- name: FlowerCore__Mcp__RoutePath
|
||||||
@@ -1581,6 +1587,12 @@ spec:
|
|||||||
mountPath: /tmp
|
mountPath: /tmp
|
||||||
- name: logs
|
- name: logs
|
||||||
mountPath: /app/logs
|
mountPath: /app/logs
|
||||||
|
- name: anope-data
|
||||||
|
mountPath: /anope-data
|
||||||
|
readOnly: true
|
||||||
|
- name: anope-config-template
|
||||||
|
mountPath: /anope-config-template
|
||||||
|
readOnly: true
|
||||||
startupProbe:
|
startupProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /healthz
|
path: /healthz
|
||||||
@@ -1607,6 +1619,13 @@ spec:
|
|||||||
emptyDir: {}
|
emptyDir: {}
|
||||||
- name: logs
|
- name: logs
|
||||||
emptyDir: {}
|
emptyDir: {}
|
||||||
|
- name: anope-data
|
||||||
|
persistentVolumeClaim:
|
||||||
|
claimName: anope-data
|
||||||
|
readOnly: true
|
||||||
|
- name: anope-config-template
|
||||||
|
configMap:
|
||||||
|
name: anope-config-template
|
||||||
---
|
---
|
||||||
# FlowerCore IRC management web app Service
|
# FlowerCore IRC management web app Service
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
|
|||||||
Reference in New Issue
Block a user