Skip to content

Instantly share code, notes, and snippets.

@oceanapplications
Created August 22, 2021 01:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oceanapplications/77c361de759e845e0ea15ed2c01f7e62 to your computer and use it in GitHub Desktop.
Save oceanapplications/77c361de759e845e0ea15ed2c01f7e62 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: mysql-pv-claim
namespace: kubernetes-for-laravel
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 2Gi
storageClassName: do-block-storage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment