Skip to content

Instantly share code, notes, and snippets.

@viveksinghggits
Created September 6, 2019 16:05
Show Gist options
  • Save viveksinghggits/3aa8ddb19846ec151bb940602a3b0d17 to your computer and use it in GitHub Desktop.
Save viveksinghggits/3aa8ddb19846ec151bb940602a3b0d17 to your computer and use it in GitHub Desktop.
kind: PersistentVolume
apiVersion: v1
metadata:
name: mysql-pv-volume
labels:
type: local
spec:
storageClassName: manual
capacity:
storage: 10Gi
accessModes:
- ReadWriteOnce
hostPath:
path: "/mnt/data"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment