Skip to content

Instantly share code, notes, and snippets.

@viveksonar
Created May 25, 2020 12:30
Show Gist options
  • Save viveksonar/59e4f079e0b5a96f7b55bd9585b67d20 to your computer and use it in GitHub Desktop.
Save viveksonar/59e4f079e0b5a96f7b55bd9585b67d20 to your computer and use it in GitHub Desktop.
kind: PersistentVolumeClaim
apiVersion: v1
metadata:
name: wordpress-volumeclaim
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 200Gi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment