Skip to content

use correct units for requests in gstg and pre

Henri Philipps requested to merge hp-fix_hpa_units into master

What does this MR do?

We merged an MR yesterday which was trying to adjust requests and HPA settings for gitlab pages in pre and gstg yesterday. But it contained invalid units (MB instead of M), which makes k8s fail to apply the changes and is blocking our gstg pipelines since then:

Limits: unmarshalerDecoder: quantities must match the regular expression '^([+-]?[0-9.]+)([eEinumkKMGTP]*[-+]?[0-9]*)$', error found in #10 byte of ...|ory":"1GB"}

This is fixing it.

Author Check-list

Please read the Contributing document and once you do, complete the following:

  • Assign to the correct reviewer per the contributing document
  • Apply the correct metadata per the contributing document
  • Link to related MRs for applying the changes on other environments
  • Link to related Chef changes
  • If necessary link to a Criticality 4 Change Request issue

Reviewer Check-list

  • Reviewed the diff jobs to confirm changes are as expected
  • No changes shown in the diffs not associated with this MR - This may require a rebase or further investigation

Applier Check-list

  • Make sure there is no ongoing deployment for the affected envs before merging (see #announcements slack channel)

Merge request reports