Skip to content

Instantly share code, notes, and snippets.

@thearyanahmed
Last active June 12, 2025 11:01
Show Gist options
  • Select an option

  • Save thearyanahmed/972c4e4ac5419eff8ff954a74c1b238f to your computer and use it in GitHub Desktop.

Select an option

Save thearyanahmed/972c4e4ac5419eff8ff954a74c1b238f to your computer and use it in GitHub Desktop.
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