Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created June 23, 2020 09:46
Show Gist options
  • Save velotiotech/82fabdcecab06ee1b004b8c0843c597f to your computer and use it in GitHub Desktop.
Save velotiotech/82fabdcecab06ee1b004b8c0843c597f to your computer and use it in GitHub Desktop.
kind: PersistentVolumeClaim
apiVersion: v1
metadata:
name: testclaim
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 1Gi
storageClassName: fast-rbd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment