Skip to content

Instantly share code, notes, and snippets.

@thearyanahmed
Created June 9, 2025 12:30
Show Gist options
  • Save thearyanahmed/6e540a8657b8161374c6ab003300f4d4 to your computer and use it in GitHub Desktop.
Save thearyanahmed/6e540a8657b8161374c6ab003300f4d4 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: PersistentVolume
metadata:
name: openreplay-shared-rwx
spec:
capacity:
storage: 50Gi
accessModes:
- ReadWriteMany
persistentVolumeReclaimPolicy: Retain
volumeMode: Filesystem
storageClassName: openebs-jiva-csi-default
hostPath:
path: /mnt/data/openreplay-shared
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment