Changes the ordering of the resouce metrics in the refinery and secure-tenancy charts to have memory before cpu. This ensures consistency with the HPA in the opentelemetry-collector chart, and stops ArgoCD from thinking these HPAs are always out of sync.
Which problem is this PR solving?
Short description of the changes
Changes the ordering of the resouce metrics in the
refinery
andsecure-tenancy
charts to have memory before cpu. This ensures consistency with the HPA in theopentelemetry-collector
chart, and stops ArgoCD from thinking these HPAs are always out of sync.