mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-03-20 21:39:40 +00:00
fix(kah-irc): mounts
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user