Skip to content

Instantly share code, notes, and snippets.

@CalvinHartwell
Created February 7, 2018 14:58
Show Gist options
  • Select an option

  • Save CalvinHartwell/b20f07747e2615fe8e597cb1e155bfce to your computer and use it in GitHub Desktop.

Select an option

Save CalvinHartwell/b20f07747e2615fe8e597cb1e155bfce to your computer and use it in GitHub Desktop.
nfs-persistent-volume-claim
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: nfs-claim-1
spec:
accessModes:
- ReadWriteMany
storageClassName: ""
resources:
requests:
storage: 5Mi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment