add music path

This commit is contained in:
2024-12-12 12:45:58 -06:00
parent 0f57a7e92d
commit 6ebfdb5b73

View File

@@ -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