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
|
mountPath: /sync/photo
|
||||||
- name: backups
|
- name: backups
|
||||||
mountPath: /sync/backup
|
mountPath: /sync/backup
|
||||||
- name: music
|
- name: music-transcoded
|
||||||
mountPath: /sync/music
|
mountPath: /sync/music_transcoded
|
||||||
- name: video
|
- name: video
|
||||||
mountPath: /sync/video
|
mountPath: /sync/video
|
||||||
subPath: video
|
subPath: video
|
||||||
@@ -109,10 +109,10 @@ spec:
|
|||||||
nfs:
|
nfs:
|
||||||
server: "${LOCAL_LAN_TRUENAS}"
|
server: "${LOCAL_LAN_TRUENAS}"
|
||||||
path: /mnt/storage/photo
|
path: /mnt/storage/photo
|
||||||
- name: music
|
- name: music-transcoded
|
||||||
nfs:
|
nfs:
|
||||||
server: "${LOCAL_LAN_TRUENAS}"
|
server: "${LOCAL_LAN_OPENMEDIAVAULT}"
|
||||||
path: /mnt/storage/music
|
path: /export/music_transcoded
|
||||||
- name: video
|
- name: video
|
||||||
nfs:
|
nfs:
|
||||||
server: "${LOCAL_LAN_TRUENAS}"
|
server: "${LOCAL_LAN_TRUENAS}"
|
||||||
|
@@ -25,4 +25,5 @@ data:
|
|||||||
LOCAL_LAN_K3SWORKER1: 192.168.9.105
|
LOCAL_LAN_K3SWORKER1: 192.168.9.105
|
||||||
LOCAL_LAN_K3SWORKER2: 192.168.9.106
|
LOCAL_LAN_K3SWORKER2: 192.168.9.106
|
||||||
LOCAL_LAN_K3SWORKER3: 192.168.9.107
|
LOCAL_LAN_K3SWORKER3: 192.168.9.107
|
||||||
|
LOCAL_LAN_OPENMEDIAVAULT: 192.168.11.28
|
||||||
TIMEZONE: "Europe/Paris"
|
TIMEZONE: "Europe/Paris"
|
||||||
|
Reference in New Issue
Block a user