Commit ac942e3e authored by Rémy Coutable's avatar Rémy Coutable

Merge branch '34102-reduce-container-cpu-request' into 'master'

Reduce cpu request for pods according to their utilization

See merge request gitlab-org/gitlab!18712
parents 11286336 74fea0a0
......@@ -62,10 +62,10 @@ gitlab:
unicorn:
resources:
requests:
cpu: 600m
cpu: 400m
memory: 1.4G
limits:
cpu: 1.2G
cpu: 800m
memory: 2.8G
deployment:
readinessProbe:
......@@ -95,10 +95,10 @@ gitlab-runner:
minio:
resources:
requests:
cpu: 100m
cpu: 5m
memory: 128M
limits:
cpu: 200m
cpu: 10m
memory: 280M
nginx-ingress:
controller:
......@@ -107,10 +107,10 @@ nginx-ingress:
replicaCount: 2
resources:
requests:
cpu: 150m
cpu: 100m
memory: 250M
limits:
cpu: 300m
cpu: 200m
memory: 500M
minAvailable: 1
service:
......
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