Skip to content

Instantly share code, notes, and snippets.

@alex-moreno
Last active April 28, 2020 09:55
Show Gist options
  • Save alex-moreno/11cedb5ae7af6159237cfd7a4d393f35 to your computer and use it in GitHub Desktop.
Save alex-moreno/11cedb5ae7af6159237cfd7a4d393f35 to your computer and use it in GitHub Desktop.
blockstorage-web.yaml
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: webserver-storage
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