Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Last active June 23, 2020 09:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save velotiotech/c2d4c20deefc3511cc941e39836916d0 to your computer and use it in GitHub Desktop.
Save velotiotech/c2d4c20deefc3511cc941e39836916d0 to your computer and use it in GitHub Desktop.
kind: PersistentVolumeClaim
apiVersion: v1
metadata:
name: claim1
spec:
storageClassName: cephfs
accessModes:
- ReadWriteMany
resources:
requests:
storage: 1Gi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment