diff --git a/manifests/dpa.yaml b/manifests/dpa.yaml index 7b45e3a..3d24516 100644 --- a/manifests/dpa.yaml +++ b/manifests/dpa.yaml @@ -33,8 +33,8 @@ spec: podConfig: resourceAllocations: limits: - cpu: "1" # Increased for database compression - memory: "1Gi" # Increased for larger chunks + cpu: "2" # Increased for database compression + memory: "2Gi" # Increased for larger chunks requests: cpu: "200m" memory: "512Mi" @@ -55,4 +55,5 @@ spec: cpu: "100m" memory: "256Mi" - logFormat: text \ No newline at end of file + logFormat: text +