ADD: implement migration and backup configurations for Nextcloud with Longhorn support
This commit is contained in:
@@ -10,10 +10,13 @@ spec:
|
||||
persistentVolumeReclaimPolicy: Retain
|
||||
storageClassName: nfs
|
||||
mountOptions:
|
||||
- vers=4
|
||||
- vers=3
|
||||
- rsize=65536
|
||||
- wsize=65536
|
||||
- noatime
|
||||
- soft
|
||||
- timeo=20
|
||||
- retrans=2
|
||||
nfs:
|
||||
server: 192.168.178.186 # <-- ERSETZEN: IP oder Hostname deiner NAS
|
||||
path: /volume1/Nextcloud/data # <-- ERSETZEN: Pfad zum Share auf der NAS (z.B. /volume1/nextcloud)
|
||||
|
||||
Reference in New Issue
Block a user