Skip to content

Instantly share code, notes, and snippets.

@thearyanahmed
Last active June 10, 2025 09:48
Show Gist options
  • Select an option

  • Save thearyanahmed/33edb11ebb9345d688d5e94526d0c43f to your computer and use it in GitHub Desktop.

Select an option

Save thearyanahmed/33edb11ebb9345d688d5e94526d0c43f to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: PersistentVolume
metadata:
name: or-shared-rwx-jiva
labels:
app.kubernetes.io/name: openreplay
spec:
capacity:
storage: 50Gi
accessModes:
- ReadWriteMany # Allows multiple nodes to read/write
persistentVolumeReclaimPolicy: Retain
volumeMode: Filesystem
storageClassName: openebs-jiva-csi-default
csi:
driver: jiva.openebs.io
volumeHandle: openreplay-unique-volume-handler-0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment