Skip to content

Instantly share code, notes, and snippets.

@vamsijakkula
Created April 19, 2020 17:26
Show Gist options
  • Save vamsijakkula/45d7adc2385af1697c100e990c12b1d0 to your computer and use it in GitHub Desktop.
Save vamsijakkula/45d7adc2385af1697c100e990c12b1d0 to your computer and use it in GitHub Desktop.
Persistent Volume Claim
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: nfs-pvc
spec:
storageClassName: manual
accessModes:
- ReadWriteMany
resources:
requests:
storage: 500Mi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment