diff --git a/ztp/source-crs/OadpDataProtectionApplication.yaml b/ztp/source-crs/OadpDataProtectionApplication.yaml index 7364a227ab..5798783b60 100644 --- a/ztp/source-crs/OadpDataProtectionApplication.yaml +++ b/ztp/source-crs/OadpDataProtectionApplication.yaml @@ -16,6 +16,12 @@ spec: - aws - openshift resourceTimeout: 10m + podConfig: + resourceAllocations: + requests: + cpu: 50m + podAnnotations: + target.workload.openshift.io/management: '{"effect":"PreferredDuringScheduling"}' # User needs to configure the following backupLocations through PGT overlay # backupLocations: # - velero: diff --git a/ztp/source-crs/OadpSubscriptionNS.yaml b/ztp/source-crs/OadpSubscriptionNS.yaml index dae2e0a7ee..7c32988314 100644 --- a/ztp/source-crs/OadpSubscriptionNS.yaml +++ b/ztp/source-crs/OadpSubscriptionNS.yaml @@ -7,5 +7,6 @@ metadata: name: openshift-adp annotations: ran.openshift.io/ztp-deploy-wave: "2" + workload.openshift.io/allowed: management labels: kubernetes.io/metadata.name: openshift-adp