Skip to content

Instantly share code, notes, and snippets.

@rberrelleza
Created January 6, 2020 22:38
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 rberrelleza/7fab421e0978aa915871b75d33c4638e to your computer and use it in GitHub Desktop.
Save rberrelleza/7fab421e0978aa915871b75d33c4638e to your computer and use it in GitHub Desktop.
PVC
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: okteto
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 30Gi
storageClassName: gp2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment