Skip to content

Instantly share code, notes, and snippets.

@JoaoVagner
Created April 18, 2018 17:29
Show Gist options
  • Save JoaoVagner/76f14481a0f9ed759d8c364d8a2cb7c0 to your computer and use it in GitHub Desktop.
Save JoaoVagner/76f14481a0f9ed759d8c364d8a2cb7c0 to your computer and use it in GitHub Desktop.
kind: PersistentVolumeClaim
apiVersion: v1
metadata:
name: postgres-pvc
labels:
type: local
spec:
accessModes:
- ReadWriteMany
resources:
requests:
storage: 2Gi
volumeName: postgres-pv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment