Skip to content

Instantly share code, notes, and snippets.

@oceanapplications
Created August 22, 2021 00:51
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/88d38470ce6287e4caaf97399671a2b0 to your computer and use it in GitHub Desktop.
Save oceanapplications/88d38470ce6287e4caaf97399671a2b0 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: redis-pv
namespace: kubernetes-for-laravel
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 1Gi
storageClassName: do-block-storage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment