PrefectHQ / prefect-helm

Helm charts for deploying Prefect Services
Apache License 2.0
83 stars 54 forks source link

chore: switch HPA resource metric order to put CPU first #349

Closed parkedwards closed 2 weeks ago

parkedwards commented 2 weeks ago

it can be a little confusing in the kubectl get hpa output if the percentage readouts are memory->CPU (in that order). i think most people usually assume the CPU readout is first

here, we'll swap em and make them consistent across all our charts

resolves https://github.com/PrefectHQ/prefect-helm/issues/348