Skip to content

Instantly share code, notes, and snippets.

@JoaoVagner
Created April 18, 2018 17:28
Show Gist options
  • Save JoaoVagner/a5811d12367b5997e1585892372133b0 to your computer and use it in GitHub Desktop.
Save JoaoVagner/a5811d12367b5997e1585892372133b0 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