Skip to content

Instantly share code, notes, and snippets.

@kaparora
Created March 20, 2017 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kaparora/007266ca364db8dc370f1deadc3ecd08 to your computer and use it in GitHub Desktop.
Save kaparora/007266ca364db8dc370f1deadc3ecd08 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: mysql-disk
annotations:
volume.beta.kubernetes.io/storage-class: gold
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 50Gi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment