Created
December 1, 2021 21:34
-
-
Save josejuansanchez/e69b5cc9af1e4b9e1b5f227f8aa7c502 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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