Commit 7362e1e6 authored by Mayra Cabrera's avatar Mayra Cabrera

Merge branch 'increase-sidekiq-memory-requirements' into 'master'

Increase memory requirement for the Sidekiq component of Review Apps

See merge request gitlab-org/gitlab!46366
parents d667cb15 84f53484
...@@ -52,10 +52,10 @@ gitlab: ...@@ -52,10 +52,10 @@ gitlab:
resources: resources:
requests: requests:
cpu: 855m cpu: 855m
memory: 1071M memory: 1285M
limits: limits:
cpu: 1282m cpu: 1282m
memory: 1606M memory: 1927M
hpa: hpa:
targetAverageValue: 650m targetAverageValue: 650m
task-runner: task-runner:
......
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