Skip to content

Instantly share code, notes, and snippets.

@viveksonar
Created May 25, 2020 11:14
Show Gist options
  • Save viveksonar/3cb6ebb7898ccd3b8199bb46f504159f to your computer and use it in GitHub Desktop.
Save viveksonar/3cb6ebb7898ccd3b8199bb46f504159f to your computer and use it in GitHub Desktop.
kind: PersitentVolumeClaim
apiVersion: v1
metadata:
name: mysql-volumeclaim
spec:
accessMode:
- ReadWriteOnce
resources:
requests:
storage: 200Gi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment