mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-30 23:45:25 +02:00
feat: deactivate openmediavault nfs volume
This commit is contained in:
@@ -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}"
|
||||
|
Reference in New Issue
Block a user