Skip to content

Instantly share code, notes, and snippets.

@ignar
Created March 28, 2017 15:15
Show Gist options
  • Save ignar/299448a7387c80c785e0501e1ad50702 to your computer and use it in GitHub Desktop.
Save ignar/299448a7387c80c785e0501e1ad50702 to your computer and use it in GitHub Desktop.
mysql-pv.yaml
apiVersion: v1
kind: PersistentVolume
metadata:
name: mysql-pv
spec:
capacity:
storage: 20Gi
accessModes:
- ReadWriteOnce
hostPath:
path: /data/pv0001/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment