mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
feat: nas refactor
This commit is contained in:
@@ -37,8 +37,8 @@ spec:
|
||||
repository: toertel/logitech-media-server
|
||||
tag: v8.4.0-1@sha256:07dde462237c0618034c9d2db33967f5bc0db34544558e8edaac32ef0614555a
|
||||
env:
|
||||
AUDIO_DIR: &music /mnt/storage/music
|
||||
PLAYLIST_DIR: &playlist /mnt/storage/apps/lms
|
||||
AUDIO_DIR: &music /var/mnt/vol1/music
|
||||
PLAYLIST_DIR: &playlist /var/mnt/vol1/music/.lms
|
||||
resources:
|
||||
requests:
|
||||
memory: 250Mi
|
||||
@@ -97,9 +97,9 @@ spec:
|
||||
music-helene:
|
||||
type: nfs
|
||||
server: 192.168.9.10
|
||||
path: /mnt/storage/home/helene/Musique
|
||||
path: /var/mnt/vol1/home/helene/Musique
|
||||
globalMounts:
|
||||
- path: /mnt/storage/home/helene/Musique
|
||||
- path: /var/mnt/vol1/home/helene/Musique
|
||||
playlists:
|
||||
type: nfs
|
||||
server: 192.168.9.10
|
||||
|
Reference in New Issue
Block a user