feat: add music_transcoded nas export

This commit is contained in:
auricom
2022-06-25 15:51:40 +02:00
parent 15db788e95
commit 604b970837
2 changed files with 6 additions and 5 deletions

View File

@@ -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}"

View File

@@ -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"