Commit 55dd96ad authored by Rémy Coutable's avatar Rémy Coutable

Merge branch '37984-tune-hpa-targetaveragevalue-for-review-apps-sidekiq-and-unicorn' into 'master'

Tune `hpa.targetAverageValue` for Review Apps sidekiq and gitlab-shell

Closes #37984

See merge request gitlab-org/gitlab!21808
parents 399df834 f90d3d32
......@@ -44,7 +44,7 @@ gitlab:
memory: 37.5M
maxReplicas: 3
hpa:
targetAverageValue: 130m
targetAverageValue: 500m
deployment:
livenessProbe:
timeoutSeconds: 5
......@@ -56,6 +56,8 @@ gitlab:
limits:
cpu: 975m
memory: 1450M
hpa:
targetAverageValue: 650m
task-runner:
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