Skip to content

Instantly share code, notes, and snippets.

@viveksinghggits
Created September 6, 2019 16:10
Show Gist options
  • Save viveksinghggits/ca045ff4debfa29150275888b171bfdb to your computer and use it in GitHub Desktop.
Save viveksinghggits/ca045ff4debfa29150275888b171bfdb to your computer and use it in GitHub Desktop.
kind: PersistentVolumeClaim
apiVersion: v1
metadata:
name: mysql-pv-claim
spec:
storageClassName: manual
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 10Gi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment