feat: nas refactor

This commit is contained in:
auricom
2024-05-12 14:54:08 +02:00
parent 0fdcc976af
commit f78a0fe9e1
39 changed files with 59 additions and 61 deletions

View File

@@ -88,36 +88,36 @@ spec:
backups:
type: nfs
server: 192.168.9.10
path: /mnt/storage/backups
path: /var/mnt/vol1/backups
globalMounts:
- path: /sync/backup
home-claude:
type: nfs
server: 192.168.9.10
path: /mnt/storage/home/claude
path: /var/mnt/vol1/home/claude
globalMounts:
- path: /sync/home/claude
music-transcoded:
type: nfs
server: 192.168.9.10
path: /mnt/storage/music_transcoded
path: /var/mnt/vol1/music_transcoded
globalMounts:
- path: /sync/music_transcoded
photo:
type: nfs
server: 192.168.9.10
path: /mnt/storage/photo
path: /var/mnt/vol1/photo
globalMounts:
- path: /sync/photo
shared-documents:
type: nfs
server: 192.168.9.10
path: /mnt/storage/shared-documents
path: /var/mnt/vol1/shared-documents
globalMounts:
- path: /sync/shared-documents
video:
type: nfs
server: 192.168.9.10
path: /mnt/storage/video
path: /var/mnt/vol1/video
globalMounts:
- path: /sync/video

View File

@@ -88,18 +88,18 @@ spec:
backups:
type: nfs
server: 192.168.9.10
path: /mnt/storage/backups
path: /var/mnt/vol1/backups
globalMounts:
- path: /sync/backup
home-helene:
type: nfs
server: 192.168.9.10
path: /mnt/storage/home/helene
path: /var/mnt/vol1/home/helene
globalMounts:
- path: /sync/home
photo:
type: nfs
server: 192.168.9.10
path: /mnt/storage/photo
path: /var/mnt/vol1/photo
globalMounts:
- path: /sync/photo