Skip to content

Reduce cpu request for pods according to their utilization

Albert Salim requested to merge 34102-reduce-container-cpu-request into master

What does this MR do?

Reduce default CPU request for some review app pods that have not been utilizing their requested cpu, following discussion in #34102 (comment 231600353)

  • minio - reducing from 100m to 5m
  • nginx-ingress/controller - reducing from 150m to 100m
  • unicorn/unicorn - reducing from 600m to 400m

Screenshot_2019-10-17_at_11.05.31_AM

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Albert Salim

Merge request reports