Created
July 12, 2019 21:34
-
-
Save swiftdiaries/d58e51dae61329e888eb9daa041eff3c to your computer and use it in GitHub Desktop.
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
kind: PersistentVolumeClaim | |
apiVersion: v1 | |
metadata: | |
name: default-workspace | |
spec: | |
accessModes: | |
- ReadWriteOnce | |
storageClassName: nfs | |
resources: | |
requests: | |
storage: 20Gi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment