Created
January 6, 2020 22:38
-
-
Save rberrelleza/7fab421e0978aa915871b75d33c4638e to your computer and use it in GitHub Desktop.
PVC
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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