Deploy IRC Anope flat-file services proof
This commit is contained in:
@@ -1481,7 +1481,7 @@ spec:
|
||||
fsGroupChangePolicy: OnRootMismatch
|
||||
containers:
|
||||
- name: web
|
||||
image: localhost/fc-irc-web:v20260621-irc-services-admin-3b8fbaf
|
||||
image: localhost/fc-irc-web:v20260621-irc-anope-flatfile-a9a589a
|
||||
imagePullPolicy: Never
|
||||
ports:
|
||||
- containerPort: 5080
|
||||
@@ -1527,7 +1527,13 @@ spec:
|
||||
- name: FlowerCore__IRC__ServerManagement__PreferRpcReadModel
|
||||
value: "true"
|
||||
- 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
|
||||
value: "fc-irc"
|
||||
- name: FlowerCore__Mcp__RoutePath
|
||||
@@ -1581,6 +1587,12 @@ spec:
|
||||
mountPath: /tmp
|
||||
- name: logs
|
||||
mountPath: /app/logs
|
||||
- name: anope-data
|
||||
mountPath: /anope-data
|
||||
readOnly: true
|
||||
- name: anope-config-template
|
||||
mountPath: /anope-config-template
|
||||
readOnly: true
|
||||
startupProbe:
|
||||
httpGet:
|
||||
path: /healthz
|
||||
@@ -1607,6 +1619,13 @@ spec:
|
||||
emptyDir: {}
|
||||
- name: logs
|
||||
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
|
||||
apiVersion: v1
|
||||
|
||||
Reference in New Issue
Block a user