Created
February 22, 2017 20:41
-
-
Save jonathan-kosgei/4b53a26cb4918d9069aed52f10419a74 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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