feat: deactivate openmediavault nfs volume

This commit is contained in:
auricom
2022-07-02 00:40:27 +02:00
parent 72bcc84385
commit ffb1ba725a

View File

@@ -51,8 +51,8 @@ spec:
mountPath: /sync/photo
- name: backups
mountPath: /sync/backup
- name: music-transcoded
mountPath: /sync/music_transcoded
# - 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-transcoded
nfs:
server: "${LOCAL_LAN_OPENMEDIAVAULT}"
path: /export/music_transcoded
# - name: music-transcoded
# nfs:
# server: "${LOCAL_LAN_OPENMEDIAVAULT}"
# path: /export/music_transcoded
- name: video
nfs:
server: "${LOCAL_LAN_TRUENAS}"