Skip to content

Instantly share code, notes, and snippets.

@zedtux
Created February 1, 2019 05:16
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 zedtux/27d445f57fad3491c9d0398306db165c to your computer and use it in GitHub Desktop.
Save zedtux/27d445f57fad3491c9d0398306db165c to your computer and use it in GitHub Desktop.
Kubernetes volume YAML file for DigitalOcean volumes
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: csi-pvc
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 5Gi
storageClassName: do-block-storage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment