longhorn/examples/snapshot/restore_existing_backup.yaml

16 lines
343 B
YAML
Raw Permalink Normal View History

apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: test-restore-existing-backup
namespace: default
spec:
storageClassName: longhorn
dataSource:
name: test-snapshot-existing-backup
kind: VolumeSnapshot
apiGroup: snapshot.storage.k8s.io
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 2Gi