mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 08:20:23 +00:00
17 lines
303 B
YAML
17 lines
303 B
YAML
|
---
|
||
|
apiVersion: v1
|
||
|
kind: PersistentVolumeClaim
|
||
|
metadata:
|
||
|
name: nfs-pvc-restore
|
||
|
spec:
|
||
|
storageClassName: csi-nfs-sc
|
||
|
dataSource:
|
||
|
name: nfs-pvc-snapshot
|
||
|
kind: VolumeSnapshot
|
||
|
apiGroup: snapshot.storage.k8s.io
|
||
|
accessModes:
|
||
|
- ReadWriteMany
|
||
|
resources:
|
||
|
requests:
|
||
|
storage: 1Gi
|