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: ...@@ -44,7 +44,7 @@ gitlab:
memory: 37.5M memory: 37.5M
maxReplicas: 3 maxReplicas: 3
hpa: hpa:
targetAverageValue: 130m targetAverageValue: 500m
deployment: deployment:
livenessProbe: livenessProbe:
timeoutSeconds: 5 timeoutSeconds: 5
...@@ -56,6 +56,8 @@ gitlab: ...@@ -56,6 +56,8 @@ gitlab:
limits: limits:
cpu: 975m cpu: 975m
memory: 1450M memory: 1450M
hpa:
targetAverageValue: 650m
task-runner: task-runner:
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