From 58fa8e486c4ec1c831ee6a3b0925eaaf7df1da30 Mon Sep 17 00:00:00 2001 From: auricom <27022259+auricom@users.noreply.github.com> Date: Wed, 11 Oct 2023 10:51:01 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20qbittorrent=20nfs=20mount?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kubernetes/apps/default/qbittorrent/app/helmrelease.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/kubernetes/apps/default/qbittorrent/app/helmrelease.yaml b/kubernetes/apps/default/qbittorrent/app/helmrelease.yaml index fc800247d..e24b1b263 100644 --- a/kubernetes/apps/default/qbittorrent/app/helmrelease.yaml +++ b/kubernetes/apps/default/qbittorrent/app/helmrelease.yaml @@ -89,6 +89,12 @@ spec: server: "${LOCAL_LAN_TRUENAS}" path: /mnt/storage/downloads mountPath: /mnt/storage/downloads + music-qbittorrent: + enabled: true + type: nfs + server: "${LOCAL_LAN_TRUENAS}" + path: /mnt/storage/music/.qbittorrent + mountPath: /mnt/storage/music/.qbittorrent video-qbittorrent: enabled: true type: nfs