Skip to content

Instantly share code, notes, and snippets.

@vigneshragupathy
Created November 23, 2019 12:55
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 vigneshragupathy/5f9f6acb132e499ccb80523b170dc815 to your computer and use it in GitHub Desktop.
Save vigneshragupathy/5f9f6acb132e499ccb80523b170dc815 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: vikki-pv-volume-claim
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 1Gi
storageClassName: local-storage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment