Commit 53e33def authored by Kyle Wiebers's avatar Kyle Wiebers Committed by Rémy Coutable

Update gitlab-shell config for HPA and maxReplicas

This will prevent the number of gitlab-shell pods to grow
within a release.
Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 9514d151
......@@ -40,6 +40,9 @@ gitlab:
limits:
cpu: 140m
memory: 40M
maxReplicas: 3
hpa:
targetAverageValue: 130m
sidekiq:
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