diff --git a/manifests/dpa.yaml b/manifests/dpa.yaml index a1a2746..547923b 100644 --- a/manifests/dpa.yaml +++ b/manifests/dpa.yaml @@ -33,11 +33,11 @@ spec: podConfig: resourceAllocations: limits: - cpu: "1" # Increased for database compression - memory: "1Gi" # Increased for larger chunks + cpu: "2" + memory: 2Gi requests: - cpu: "200m" - memory: "512Mi" + cpu: 200m + memory: 512Mi velero: defaultPlugins: - openshift @@ -49,10 +49,10 @@ spec: podConfig: resourceAllocations: limits: - cpu: "500m" - memory: "2Gi" + cpu: 500m + memory: 2Gi requests: - cpu: "100m" - memory: "512Mi" + cpu: 100m + memory: 512Mi logFormat: text