mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-27 20:46:00 +02:00
feat: nas refactor
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user