Commit 82994df8 authored by Albert Salim's avatar Albert Salim Committed by Rémy Coutable

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

parent 0d530b05
...@@ -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