Created
April 18, 2018 17:29
-
-
Save JoaoVagner/76f14481a0f9ed759d8c364d8a2cb7c0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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