diff --git a/kube/3-deploy/2-apps/kah/inspircd/hr.yaml b/kube/3-deploy/2-apps/kah/inspircd/hr.yaml index bcda856e..2bdba4c1 100644 --- a/kube/3-deploy/2-apps/kah/inspircd/hr.yaml +++ b/kube/3-deploy/2-apps/kah/inspircd/hr.yaml @@ -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