Skip to content

Instantly share code, notes, and snippets.

@jonathan-kosgei
Created February 22, 2017 20:41
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 jonathan-kosgei/4b53a26cb4918d9069aed52f10419a74 to your computer and use it in GitHub Desktop.
Save jonathan-kosgei/4b53a26cb4918d9069aed52f10419a74 to your computer and use it in GitHub Desktop.
kind: PersistentVolume
apiVersion: v1
metadata:
name: pv0001
labels:
name: pv0001
type: local
spec:
capacity:
storage: 5Gi
accessModes:
- ReadWriteOnce
hostPath:
path: "/src/mongo"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment