Skip to content

Instantly share code, notes, and snippets.

@thearyanahmed
Created June 9, 2025 11:26
Show Gist options
  • Save thearyanahmed/d8962704e27e0cfff36857de0e6f4e38 to your computer and use it in GitHub Desktop.
Save thearyanahmed/d8962704e27e0cfff36857de0e6f4e38 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: openreplay-shared-rwx
spec:
accessModes:
- ReadWriteMany
resources:
requests:
storage: 10Gi
storageClassName: openebs-jiva-csi-default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment