Skip to content

Instantly share code, notes, and snippets.

@oceanapplications
Created July 21, 2021 22:33
Show Gist options
  • Save oceanapplications/6501d706bd3e2a3db12605c59ff92e1d to your computer and use it in GitHub Desktop.
Save oceanapplications/6501d706bd3e2a3db12605c59ff92e1d to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: code
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 1Gi
storageClassName: standard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment