Last active
June 10, 2025 09:48
-
-
Save thearyanahmed/33edb11ebb9345d688d5e94526d0c43f 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: 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