diff --git a/.deploy/preprod.yaml b/.deploy/preprod.yaml index fa09bd82..ff6e9318 100644 --- a/.deploy/preprod.yaml +++ b/.deploy/preprod.yaml @@ -24,11 +24,9 @@ spec: replicas: min: 2 max: 4 - cpuThresholdPercentage: 50 resources: limits: memory: 1024Mi - cpu: 1500m requests: memory: 512Mi cpu: 500m diff --git a/.deploy/prod.yaml b/.deploy/prod.yaml index 88013a3a..845e67ce 100644 --- a/.deploy/prod.yaml +++ b/.deploy/prod.yaml @@ -24,11 +24,9 @@ spec: replicas: min: 2 max: 4 - cpuThresholdPercentage: 50 resources: limits: memory: 2048Mi - cpu: 1500m requests: memory: 512Mi cpu: 500m