Skip to content

Instantly share code, notes, and snippets.

@paha
Created September 8, 2017 20:50
Show Gist options
  • Save paha/031c758369c3403c73e21d03bd653f46 to your computer and use it in GitHub Desktop.
Save paha/031c758369c3403c73e21d03bd653f46 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: rookeval-claim
labels:
app: eval
spec:
storageClassName: rook-block
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 12Gi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment