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