Skip to content

Commit

Permalink
Adding glusterfs-pvc.json file
Browse files Browse the repository at this point in the history
Signed-off-by: hchiramm <[email protected]>
  • Loading branch information
humblec committed Jul 28, 2016
1 parent 28b3867 commit 58b0873
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions gluster-pvc/gluster-pvc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"apiVersion": "v1",
"kind": "PersistentVolumeClaim",
"metadata": {
"name": "storage-claim1"
},
"spec": {
"accessModes": [
"ReadWriteMany"
],
"resources": {
"requests": {
"storage": "10Gi"
}
}
}
}

0 comments on commit 58b0873

Please sign in to comment.