k8s-manifests/customers/base/nextcloud-pvc.yml

15 lines
299 B
YAML
Raw Normal View History

2023-03-27 11:45:09 +00:00
---
kind: PersistentVolumeClaim
apiVersion: v1
metadata:
name: customer-shared-storage-claim
annotations:
volume.beta.kubernetes.io/storage-class: openebs-jiva-3repl
spec:
storageClassName: openebs-jiva-3repl
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 5G