1
+ apiVersion : application.isf.ibm.com/v1alpha1
2
+ kind : Application
3
+ metadata :
4
+ name : lsr-application
5
+ namespace : ibm-spectrum-fusion-ns
6
+ spec :
7
+ enableDR : false
8
+ includedNamespaces :
9
+ - <lsr namespace>
10
+ - openshift-marketplace
11
+ - openshift-config
12
+ ---
13
+
14
+ apiVersion : data-protection.isf.ibm.com/v1alpha1
15
+ kind : BackupPolicy
16
+ metadata :
17
+ name : lsr-backup-policy
18
+ spec :
19
+ backupStorageLocation : <storage_location>
20
+ provider : isf-backup-restore
21
+ retention :
22
+ number : 5
23
+ unit : days
24
+ schedule :
25
+ cron : ' 00 0 * * * '
26
+ timezone : America/New_York
27
+ ---
28
+
1
29
apiVersion : spp-data-protection.isf.ibm.com/v1alpha1
2
30
kind : Recipe
3
31
metadata :
@@ -106,8 +134,22 @@ spec:
106
134
- group : common-services-catalogs
107
135
- group : common-services-operatorgroups
108
136
- group : license-service-reporter-crd
137
+ - group : license-service-reporter-instances
109
138
- group : license-service-reporter-subscriptions
110
139
- hook : license-service-reporter-check/podReady
111
- - group : license-service-reporter-instances
112
140
- hook : license-service-reporter-instance-check/podReady
113
-
141
+ ---
142
+
143
+ apiVersion : data-protection.isf.ibm.com/v1alpha1
144
+ kind : PolicyAssignment
145
+ metadata :
146
+ name : lsr-policy-assignment
147
+ namespace : ibm-spectrum-fusion-ns
148
+ spec :
149
+ application : lsr-application
150
+ backupPolicy : lsr-backup-policy
151
+ runNow : false
152
+ recipe :
153
+ apiVersion : spp-data-protection.isf.ibm.com/v1alpha1
154
+ name : lsr-recipe
155
+ namespace : ibm-spectrum-fusion-ns
0 commit comments