Skip to content

Instantly share code, notes, and snippets.

@JoaoVagner
Created April 18, 2018 17:29
Show Gist options
  • Save JoaoVagner/f7c934a952b00aff83152f1776391fff to your computer and use it in GitHub Desktop.
Save JoaoVagner/f7c934a952b00aff83152f1776391fff to your computer and use it in GitHub Desktop.
kind: PersistentVolume
apiVersion: v1
metadata:
name: postgres-pv
labels:
type: local
spec:
capacity:
storage: 2Gi
storageClassName: standard
accessModes:
- ReadWriteMany
hostPath:
path: /data/postgres-pv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment