Skip to content

Instantly share code, notes, and snippets.

@garystafford
Created November 20, 2017 13:25
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 garystafford/75a8fdba7750eaa08a4e10295633246e to your computer and use it in GitHub Desktop.
Save garystafford/75a8fdba7750eaa08a4e10295633246e to your computer and use it in GitHub Desktop.
kind: PersistentVolume
apiVersion: v1
metadata:
name: voter-data-vol
labels:
type: local
spec:
storageClassName: manual
capacity:
storage: 10Gi
accessModes:
- ReadWriteOnce
hostPath:
path: "/tmp/data"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment