-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy path02-dpa-osp.yaml
More file actions
43 lines (43 loc) · 1.01 KB
/
02-dpa-osp.yaml
File metadata and controls
43 lines (43 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
apiVersion: oadp.openshift.io/v1alpha1
kind: DataProtectionApplication
metadata:
name: dpa-instance
namespace: openshift-adp
spec:
backupLocations:
- name: default
velero:
config:
region: region-one
profile: "default"
credential:
key: cloud
name: cloud-credentials
default: true
objectStorage:
bucket: example-oadp
prefix: backup-objects
provider: aws
snapshotLocations:
- velero:
provider: aws
config:
region: region-one
profile: "default"
credential:
key: cloud
name: cloud-credentials
configuration:
nodeAgent:
enable: true
uploaderType: kopia
velero:
defaultPlugins:
- openshift
- aws
- kubevirt
- csi
customPlugins:
- name: hypershift-oadp-plugin
image: quay.io/redhat-user-workloads/ocp-art-tenant/oadp-hypershift-oadp-plugin-main:main
resourceTimeout: 2h