Skip to content

Instantly share code, notes, and snippets.

@joatmon08
Created May 20, 2018 12:09
Show Gist options
  • Select an option

  • Save joatmon08/10c398e77d704c049df24da37a676966 to your computer and use it in GitHub Desktop.

Select an option

Save joatmon08/10c398e77d704c049df24da37a676966 to your computer and use it in GitHub Desktop.
20180520-PersistentVolumeClaim
---
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
labels:
app: hello-stateful
name: joatmon08-pvc
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 1Gi
storageClassName: gp2
volumeName: joatmon08-pv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment