Update glusterfs-storageclass.yaml

Add supported SC parameters to the SC example yaml file.
pull/8/head
Humble Devassy Chirammal 2018-01-16 22:53:36 +05:30 committed by GitHub
parent 268555a30a
commit 3281d0f30e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,7 @@
apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
name: slow
name: fast
provisioner: kubernetes.io/glusterfs
parameters:
resturl: "http://127.0.0.1:8081"
@ -12,3 +12,5 @@ parameters:
gidMin: "40000"
gidMax: "50000"
volumetype: "replicate:3"
volumeoptions: "client.ssl on, server.ssl on"
volumenameprefix: "dept-dev"