Skip to content

Instantly share code, notes, and snippets.

@jonathan-kosgei
Created February 22, 2017 20:42
Show Gist options
  • Save jonathan-kosgei/92efd04157533702c7d2ca718177e52f to your computer and use it in GitHub Desktop.
Save jonathan-kosgei/92efd04157533702c7d2ca718177e52f to your computer and use it in GitHub Desktop.
kind: PersistentVolumeClaim
apiVersion: v1
metadata:
name: mongo-data-pvc
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 5Gi
selector:
matchLabels:
name: pv0001
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment