Last active
June 12, 2025 11:01
-
-
Save thearyanahmed/972c4e4ac5419eff8ff954a74c1b238f 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: openreplay-shared-jiva-pvc | |
| namespace: openreplay-app | |
| labels: | |
| app.kubernetes.io/name: openreplay | |
| spec: | |
| accessModes: | |
| - ReadWriteMany | |
| resources: | |
| requests: | |
| storage: 1Gi | |
| storageClassName: openebs-jiva-csi-default |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment