From 35ba495d38382e76b019f3096916f736c9a1e482 Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Sat, 15 Jun 2024 15:09:00 -0400 Subject: [PATCH] chore(sabnzbd): only mount media on sabnzb container --- cluster/apps/download/sabnzbd/helm-release.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/cluster/apps/download/sabnzbd/helm-release.yaml b/cluster/apps/download/sabnzbd/helm-release.yaml index 746fe36..9a74b60 100644 --- a/cluster/apps/download/sabnzbd/helm-release.yaml +++ b/cluster/apps/download/sabnzbd/helm-release.yaml @@ -100,8 +100,10 @@ spec: storage: type: hostPath hostPath: /mnt/MainPool/Media/Usenet - globalMounts: - - path: /storage/Usenet + advancedMounts: + main: # controller name + app: # container name + - path: /storage/Usenet config: type: hostPath