From 759bb698edd4148fb34ed3c7a24cfd171eac6213 Mon Sep 17 00:00:00 2001 From: Conan Scott Date: Wed, 31 Dec 2025 15:03:33 +1100 Subject: [PATCH] make argo happy --- manifests/dpa.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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