mirror of
https://github.com/auricom/home-cluster.git
synced 2025-10-01 07:55:06 +02:00
feat: add music_transcoded nas export
This commit is contained in:
@@ -51,8 +51,8 @@ spec:
|
||||
mountPath: /sync/photo
|
||||
- name: backups
|
||||
mountPath: /sync/backup
|
||||
- name: music
|
||||
mountPath: /sync/music
|
||||
- name: music-transcoded
|
||||
mountPath: /sync/music_transcoded
|
||||
- name: video
|
||||
mountPath: /sync/video
|
||||
subPath: video
|
||||
@@ -109,10 +109,10 @@ spec:
|
||||
nfs:
|
||||
server: "${LOCAL_LAN_TRUENAS}"
|
||||
path: /mnt/storage/photo
|
||||
- name: music
|
||||
- name: music-transcoded
|
||||
nfs:
|
||||
server: "${LOCAL_LAN_TRUENAS}"
|
||||
path: /mnt/storage/music
|
||||
server: "${LOCAL_LAN_OPENMEDIAVAULT}"
|
||||
path: /export/music_transcoded
|
||||
- name: video
|
||||
nfs:
|
||||
server: "${LOCAL_LAN_TRUENAS}"
|
||||
|
@@ -25,4 +25,5 @@ data:
|
||||
LOCAL_LAN_K3SWORKER1: 192.168.9.105
|
||||
LOCAL_LAN_K3SWORKER2: 192.168.9.106
|
||||
LOCAL_LAN_K3SWORKER3: 192.168.9.107
|
||||
LOCAL_LAN_OPENMEDIAVAULT: 192.168.11.28
|
||||
TIMEZONE: "Europe/Paris"
|
||||
|
Reference in New Issue
Block a user