Skip to content

Instantly share code, notes, and snippets.

@codecraf8
Created May 2, 2017 09:57
Show Gist options
  • Save codecraf8/87c2809f8e49b318ce1cdbc5d590c4cd to your computer and use it in GitHub Desktop.
Save codecraf8/87c2809f8e49b318ce1cdbc5d590c4cd to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
creationTimestamp: null
labels:
io.kompose.service: .
name: .
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 100Mi
status: {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment