From 6ebfdb5b73d2b6250e18f54fbf712af7c42d4044 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 12 Dec 2024 12:45:58 -0600 Subject: [PATCH] add music path --- clusters/cl01tl/applications/jellyplist/values.yaml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/clusters/cl01tl/applications/jellyplist/values.yaml b/clusters/cl01tl/applications/jellyplist/values.yaml index f9fd8e061..229b1b0e0 100644 --- a/clusters/cl01tl/applications/jellyplist/values.yaml +++ b/clusters/cl01tl/applications/jellyplist/values.yaml @@ -26,6 +26,8 @@ jellyplist: secretKeyRef: name: jellyplist-secret key: jellyfin-admin-password + - name: MUSIC_STORAGE_BASE_PATH + value: /mnt/store/Music Downloads - name: SPOTIFY_CLIENT_ID valueFrom: secretKeyRef: @@ -89,6 +91,8 @@ jellyplist: secretKeyRef: name: jellyplist-secret key: jellyfin-admin-password + - name: MUSIC_STORAGE_BASE_PATH + value: /mnt/store/Music Downloads - name: SPOTIFY_CLIENT_ID valueFrom: secretKeyRef: @@ -152,6 +156,8 @@ jellyplist: secretKeyRef: name: jellyplist-secret key: jellyfin-admin-password + - name: MUSIC_STORAGE_BASE_PATH + value: /mnt/store/Music Downloads - name: SPOTIFY_CLIENT_ID valueFrom: secretKeyRef: @@ -237,15 +243,15 @@ jellyplist: advancedMounts: main: main: - - path: /jellyplist_downloads + - path: /mnt/store/Music Downloads readOnly: true beat: beat: - - path: /jellyplist_downloads + - path: /mnt/store/Music Downloads readOnly: true worker: worker: - - path: /jellyplist_downloads + - path: /mnt/store/Music Downloads readOnly: true valkey: architecture: standalone