Commit 9dcdce23 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch '34892-increase-gitaly-cpu-request-in-review-apps' into 'master'

Increase gitaly CPU request in Review Apps

Closes #34892

See merge request gitlab-org/gitlab!19100
parents 92e376ac f2360df5
...@@ -14,10 +14,10 @@ gitlab: ...@@ -14,10 +14,10 @@ gitlab:
gitaly: gitaly:
resources: resources:
requests: requests:
cpu: 300m cpu: 600m
memory: 200M memory: 200M
limits: limits:
cpu: 600m cpu: 1200m
memory: 420M memory: 420M
persistence: persistence:
size: 10G size: 10G
......
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