Skip to content

Instantly share code, notes, and snippets.

@zaheeraws
Created May 25, 2019 07:00
Show Gist options
  • Save zaheeraws/bde3b0c85dea8313f5e7a1b6c5206cd1 to your computer and use it in GitHub Desktop.
Save zaheeraws/bde3b0c85dea8313f5e7a1b6c5206cd1 to your computer and use it in GitHub Desktop.
kind: PersistentVolumeClaim
apiVersion: v1
metadata:
name: wordpress-wordpress
spec:
storageClassName: ""
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 1Gi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment