Commit 5e5e52a4 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch '35796-increase-gitlab-shell-review-app-cpu-and-timeout' into 'master'

Resolve "Increase gitlab-shell review-app CPU and timeout"

Closes #35796

See merge request gitlab-org/gitlab!19739
parents 0d530b05 82994df8
......@@ -35,14 +35,17 @@ gitlab:
gitlab-shell:
resources:
requests:
cpu: 230m
cpu: 500m
memory: 25M
limits:
cpu: 345m
cpu: 750m
memory: 37.5M
maxReplicas: 3
hpa:
targetAverageValue: 130m
deployment:
livenessProbe:
timeoutSeconds: 5
sidekiq:
resources:
requests:
......
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