Commit 590a4a15 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'increase-resources-request-limit-for-review-apps' into 'master'

RA: Increase memory and CPU request/limits for Unicorn & Sidekiq

See merge request gitlab-org/gitlab!24963
parents 5b5b4d87 03a472ea
......@@ -52,10 +52,10 @@ gitlab:
resources:
requests:
cpu: 650m
memory: 970M
memory: 1018M
limits:
cpu: 975m
memory: 1450M
memory: 1527M
hpa:
targetAverageValue: 650m
task-runner:
......@@ -69,11 +69,11 @@ gitlab:
unicorn:
resources:
requests:
cpu: 500m
memory: 1630M
cpu: 525m
memory: 1711M
limits:
cpu: 750m
memory: 2450M
cpu: 787m
memory: 2566M
deployment:
readinessProbe:
initialDelaySeconds: 5 # Default is 0
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment