Try older protocol

This commit is contained in:
Roxedus 2022-04-17 22:29:54 +02:00
parent c59823cfc8
commit 529c37ec21
Signed by: Roxedus
GPG Key ID: 9B4E311961C63639
5 changed files with 5 additions and 5 deletions

View File

@ -12,7 +12,7 @@ spec:
storageClassName: nfs storageClassName: nfs
mountOptions: mountOptions:
- hard - hard
- nfsvers=4.1
nfs: nfs:
path: /mnt/user/data/media path: /mnt/user/data/media
server: 10.0.0.30 server: 10.0.0.30

View File

@ -12,7 +12,7 @@ spec:
storageClassName: nfs storageClassName: nfs
mountOptions: mountOptions:
- hard - hard
- nfsvers=4.1
nfs: nfs:
path: /mnt/disks/Docker/AppData path: /mnt/disks/Docker/AppData
server: 10.0.0.30 server: 10.0.0.30

View File

@ -12,7 +12,7 @@ spec:
storageClassName: nfs storageClassName: nfs
mountOptions: mountOptions:
- hard - hard
- nfsvers=4.1
nfs: nfs:
path: /mnt/disks/Docker/LogData path: /mnt/disks/Docker/LogData
server: 10.0.0.30 server: 10.0.0.30

View File

@ -12,7 +12,7 @@ spec:
storageClassName: nfs storageClassName: nfs
mountOptions: mountOptions:
- hard - hard
- nfsvers=4.1
nfs: nfs:
path: /mnt/disks/Docker/WasteData path: /mnt/disks/Docker/WasteData
server: 10.0.0.30 server: 10.0.0.30

View File

@ -71,5 +71,5 @@ spec:
subPath: radarr_norsk subPath: radarr_norsk
name: unraid-log name: unraid-log
- mountPath: "/config" - mountPath: "/config"
subPath: radarr_norsk subPath: radarr_norsk_kube
name: unraid-app name: unraid-app