diff --git a/manifests/dpa.yaml b/manifests/dpa.yaml index 547923b..db70b84 100644 --- a/manifests/dpa.yaml +++ b/manifests/dpa.yaml @@ -33,8 +33,8 @@ spec: podConfig: resourceAllocations: limits: - cpu: "2" - memory: 2Gi + cpu: 1 + memory: 1Gi requests: cpu: 200m memory: 512Mi @@ -49,7 +49,7 @@ spec: podConfig: resourceAllocations: limits: - cpu: 500m + cpu: 1 memory: 2Gi requests: cpu: 100m