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: secretKeyRef:
name: jellyplist-secret name: jellyplist-secret
key: jellyfin-admin-password key: jellyfin-admin-password
- name: MUSIC_STORAGE_BASE_PATH
value: /mnt/store/Music Downloads
- name: SPOTIFY_CLIENT_ID - name: SPOTIFY_CLIENT_ID
valueFrom: valueFrom:
secretKeyRef: secretKeyRef:
@@ -89,6 +91,8 @@ jellyplist:
secretKeyRef: secretKeyRef:
name: jellyplist-secret name: jellyplist-secret
key: jellyfin-admin-password key: jellyfin-admin-password
- name: MUSIC_STORAGE_BASE_PATH
value: /mnt/store/Music Downloads
- name: SPOTIFY_CLIENT_ID - name: SPOTIFY_CLIENT_ID
valueFrom: valueFrom:
secretKeyRef: secretKeyRef:
@@ -152,6 +156,8 @@ jellyplist:
secretKeyRef: secretKeyRef:
name: jellyplist-secret name: jellyplist-secret
key: jellyfin-admin-password key: jellyfin-admin-password
- name: MUSIC_STORAGE_BASE_PATH
value: /mnt/store/Music Downloads
- name: SPOTIFY_CLIENT_ID - name: SPOTIFY_CLIENT_ID
valueFrom: valueFrom:
secretKeyRef: secretKeyRef:
@@ -237,15 +243,15 @@ jellyplist:
advancedMounts: advancedMounts:
main: main:
main: main:
- path: /jellyplist_downloads - path: /mnt/store/Music Downloads
readOnly: true readOnly: true
beat: beat:
beat: beat:
- path: /jellyplist_downloads - path: /mnt/store/Music Downloads
readOnly: true readOnly: true
worker: worker:
worker: worker:
- path: /jellyplist_downloads - path: /mnt/store/Music Downloads
readOnly: true readOnly: true
valkey: valkey:
architecture: standalone architecture: standalone