Add example yaml files for deployment and testing

This commit is contained in:
Xing Yang
2018-08-30 18:35:34 -07:00
parent 8f65bb7f16
commit 73600a6faa
6 changed files with 191 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: hpvc-restore
spec:
storageClassName: csi-hostpath-sc
dataSource:
name: new-snapshot-demo
kind: VolumeSnapshot
apiGroup: snapshot.storage.k8s.io
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 1Gi