201 nfs
This commit is contained in:
@ -14,16 +14,16 @@ image:
|
||||
## Cloud Filestore instance
|
||||
nfs:
|
||||
## Set IP address
|
||||
server: ""
|
||||
server: "192.168.1.201"
|
||||
## Set file share name
|
||||
path: "/vol1"
|
||||
path: "/nfs"
|
||||
|
||||
## For creating the StorageClass automatically:
|
||||
storageClass:
|
||||
create: true
|
||||
|
||||
## Set a StorageClass name
|
||||
name: nfs
|
||||
name: nfs-201
|
||||
|
||||
## Set reclaim policy for PV
|
||||
reclaimPolicy: Retain
|
||||
|
Reference in New Issue
Block a user