Skip to content

Instantly share code, notes, and snippets.

@zaheeraws
Created May 25, 2019 06:59
Show Gist options
  • Save zaheeraws/ca1d5dd6f73b6a4d8057f6e2f2e91bd4 to your computer and use it in GitHub Desktop.
Save zaheeraws/ca1d5dd6f73b6a4d8057f6e2f2e91bd4 to your computer and use it in GitHub Desktop.
kind: PersistentVolumeClaim
apiVersion: v1
metadata:
name: data-wordpress-mariadb-0
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