fix(kah-irc): mounts

This commit is contained in:
JJGadgets
2023-06-04 19:36:43 +08:00
committed by GitHub
parent ec129d3166
commit 77dc047cc9

View File

@@ -56,7 +56,37 @@ spec:
enabled: true
type: configMap
name: inspircd-config
mountPath: "/inspircd/conf/"
subPath: inspircd.conf
mountPath: /inspircd/conf/inspircd.conf
readOnly: true
config-server:
enabled: true
type: configMap
name: inspircd-config
subPath: server.conf
mountPath: /inspircd/conf/server.conf
readOnly: true
config-links:
enabled: true
type: configMap
name: inspircd-config
subPath: links.conf
mountPath: /inspircd/conf/links.conf
readOnly: true
config-opers:
enabled: true
type: configMap
name: inspircd-config
subPath: opers.conf
mountPath: /inspircd/conf/opers.conf
readOnly: true
config-motd:
enabled: true
type: configMap
name: inspircd-config
subPath: motd.txt
mountPath: /inspircd/conf/motd.txt
readOnly: true
tls-fullchain:
enabled: true