Skip to content

Instantly share code, notes, and snippets.

@grigorkh
Created May 23, 2019 05:26
Show Gist options
  • Save grigorkh/0bcd85997fbb40e5056c7b6595d6c551 to your computer and use it in GitHub Desktop.
Save grigorkh/0bcd85997fbb40e5056c7b6595d6c551 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
namespace: prisma
name: db-claim0
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 10Gi
storageClassName: standard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment