From 77dc047cc9c74bbe4ca27fa7a41a85bd7ea78995 Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Sun, 4 Jun 2023 19:36:43 +0800 Subject: [PATCH] fix(kah-irc): mounts --- kube/3-deploy/2-apps/kah/inspircd/hr.yaml | 32 ++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) 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