1
0
mirror of https://github.com/ceph/ceph-csi.git synced 2024-12-29 00:10:23 +00:00
ceph-csi/examples/cephfs/pvc.yaml

13 lines
201 B
YAML
Raw Normal View History

---
2018-07-18 14:49:15 +00:00
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: csi-cephfs-pvc
spec:
accessModes:
- ReadWriteMany
2018-07-18 14:49:15 +00:00
resources:
requests:
storage: 5Gi
storageClassName: csi-cephfs-sc