Skip to content

Instantly share code, notes, and snippets.

@swiftdiaries
Created July 12, 2019 21:34
Show Gist options
  • Save swiftdiaries/d58e51dae61329e888eb9daa041eff3c to your computer and use it in GitHub Desktop.
Save swiftdiaries/d58e51dae61329e888eb9daa041eff3c to your computer and use it in GitHub Desktop.
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