diff --git a/cluster/apps/data/resilio-sync/statefulset.yaml b/cluster/apps/data/resilio-sync/statefulset.yaml index 8a22b67e7..2640cff27 100644 --- a/cluster/apps/data/resilio-sync/statefulset.yaml +++ b/cluster/apps/data/resilio-sync/statefulset.yaml @@ -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}"