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

View File

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