Skip to content

Instantly share code, notes, and snippets.

@thearyanahmed
Last active June 9, 2025 13:45
Show Gist options
  • Save thearyanahmed/764c684779fec7c0adbeeb13692d1726 to your computer and use it in GitHub Desktop.
Save thearyanahmed/764c684779fec7c0adbeeb13692d1726 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: openreplay-shared-rwx
spec:
accessModes:
- ReadWriteMany
resources:
requests:
storage: 50Gi
volumeName: openreplay-shared-rwx
# storageClassName: openebs-jiva-csi-default
storageClassName: nfs-csi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment