This commit is contained in:
marsal wang
2021-12-23 13:56:21 +08:00
parent 06000029e8
commit 4533818b3e
2 changed files with 55 additions and 3 deletions

View File

@ -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