Skip to content

Instantly share code, notes, and snippets.

@rootfs
Created September 13, 2016 14:16
Show Gist options
  • Save rootfs/52f20107879fa8d1a7a1479e81312698 to your computer and use it in GitHub Desktop.
Save rootfs/52f20107879fa8d1a7a1479e81312698 to your computer and use it in GitHub Desktop.
---
kind: PersistentVolumeClaim
apiVersion: v1
metadata:
  name: claim1
  annotations:
    volume.beta.kubernetes.io/storage-class: slow
spec:
  accessModes:
  - ReadWriteOnce
  resources:
    requests:
      storage: 3Gi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment