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: ...@@ -35,14 +35,17 @@ gitlab:
gitlab-shell: gitlab-shell:
resources: resources:
requests: requests:
cpu: 230m cpu: 500m
memory: 25M memory: 25M
limits: limits:
cpu: 345m cpu: 750m
memory: 37.5M memory: 37.5M
maxReplicas: 3 maxReplicas: 3
hpa: hpa:
targetAverageValue: 130m targetAverageValue: 130m
deployment:
livenessProbe:
timeoutSeconds: 5
sidekiq: sidekiq:
resources: resources:
requests: 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