Skip to content

Instantly share code, notes, and snippets.

@josejuansanchez
Created December 1, 2021 21:34
Show Gist options
  • Save josejuansanchez/e69b5cc9af1e4b9e1b5f227f8aa7c502 to your computer and use it in GitHub Desktop.
Save josejuansanchez/e69b5cc9af1e4b9e1b5f227f8aa7c502 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: pvc-redis
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 3Gi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment