Commit 65e7bb4f authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'increase-review-app-unicorn-gitlab-workhorse-cpu-request' into 'master'

Increase review app unicorn gitlab workhorse cpu request

See merge request gitlab-org/gitlab!18788
parents 7c26ba61 a988b7bb
......@@ -75,10 +75,10 @@ gitlab:
workhorse:
resources:
requests:
cpu: 175m
cpu: 300m
memory: 100M
limits:
cpu: 350m
cpu: 600m
memory: 200M
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