Skip to content

Instantly share code, notes, and snippets.

@joshisa
Created November 27, 2018 18:34
Show Gist options
  • Save joshisa/5c2eeb56dd9b38da54292d076f558aa9 to your computer and use it in GitHub Desktop.
Save joshisa/5c2eeb56dd9b38da54292d076f558aa9 to your computer and use it in GitHub Desktop.
aws-ebs-test-claim
kind: PersistentVolumeClaim
apiVersion: v1
metadata:
name: ebs-test-claim
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 1Mi
storageClassName: aws-ebs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment