Skip to content

Instantly share code, notes, and snippets.

@zycon
Created May 25, 2020 22:01
Show Gist options
  • Save zycon/3fc86b93fbc4f719915e318175a4838a to your computer and use it in GitHub Desktop.
Save zycon/3fc86b93fbc4f719915e318175a4838a to your computer and use it in GitHub Desktop.
pvc-nfs.yaml
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: pv-claim-nfs
namespace: default
spec:
storageClassName: "nfs-storageclass"
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 200G
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment