From 083b6fa8d671de167db17bed97be37270758223c Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Wed, 25 Dec 2024 10:42:36 -0600 Subject: [PATCH] change download path --- .../applications/jellyplist/templates/persistent-volume.yaml | 2 +- clusters/cl01tl/applications/jellyplist/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/clusters/cl01tl/applications/jellyplist/templates/persistent-volume.yaml b/clusters/cl01tl/applications/jellyplist/templates/persistent-volume.yaml index 43d12108d..a614fb060 100644 --- a/clusters/cl01tl/applications/jellyplist/templates/persistent-volume.yaml +++ b/clusters/cl01tl/applications/jellyplist/templates/persistent-volume.yaml @@ -17,7 +17,7 @@ spec: accessModes: - ReadWriteMany nfs: - path: /volume2/Storage/Music Downloads + path: /volume2/Storage/Music server: synologybond.alexlebens.net mountOptions: - vers=4 diff --git a/clusters/cl01tl/applications/jellyplist/values.yaml b/clusters/cl01tl/applications/jellyplist/values.yaml index 3ad5d9e38..cb4ad381e 100644 --- a/clusters/cl01tl/applications/jellyplist/values.yaml +++ b/clusters/cl01tl/applications/jellyplist/values.yaml @@ -63,7 +63,7 @@ jellyplist: - name: SPOTIFY_COUNTRY_CODE value: US - name: MUSIC_STORAGE_BASE_PATH - value: /mnt/store/Music Downloads/ + value: /mnt/store/Music/ - name: SPOTDL_OUTPUT_FORMAT value: "{artist}/{album}/{artist} - {album} - {title}" - name: REDIS_URL @@ -114,7 +114,7 @@ jellyplist: advancedMounts: main: main: - - path: /mnt/store/Music Downloads + - path: /mnt/store/Music readOnly: false valkey: architecture: standalone