From 26de13df5ffa7847bfa5fb958fdb053ffc989a52 Mon Sep 17 00:00:00 2001 From: Jim Nicholson Date: Sat, 30 Oct 2021 00:12:05 -0700 Subject: [PATCH] Change NFS mount options --- storage.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/storage.yaml b/storage.yaml index 3e7c09a..88e238d 100644 --- a/storage.yaml +++ b/storage.yaml @@ -12,6 +12,8 @@ accessModes: - ReadWriteOnce persistentVolumeReclaimPolicy: Retain + mountOptions: + - nolock nfs: server: 10.0.96.2 path: "/volume1/storage/git-database" @@ -32,6 +34,8 @@ accessModes: - ReadWriteOnce persistentVolumeReclaimPolicy: Retain + mountOptions: + - nolock nfs: server: 10.0.96.2 path: "/volume1/storage/git-repo"