From 09a80e1213ad95c34de488803363dcd32ca15048 Mon Sep 17 00:00:00 2001 From: auricom <27022259+auricom@users.noreply.github.com> Date: Tue, 2 Jan 2024 02:53:58 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20lms=20nfs=20shares?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kubernetes/apps/default/lms/app/helmrelease.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/kubernetes/apps/default/lms/app/helmrelease.yaml b/kubernetes/apps/default/lms/app/helmrelease.yaml index bf79d74cd..a30772737 100644 --- a/kubernetes/apps/default/lms/app/helmrelease.yaml +++ b/kubernetes/apps/default/lms/app/helmrelease.yaml @@ -97,6 +97,12 @@ spec: path: *music globalMounts: - path: *music + music-helene: + type: nfs + server: "${LOCAL_LAN_TRUENAS}" + path: /mnt/storage/home/helene/Musique + globalMounts: + - path: /mnt/storage/home/helene/Musique playlists: type: nfs server: "${LOCAL_LAN_TRUENAS}"