add music path
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user