As mentioned on PR https://github.com/benthosdev/benthos-helm-chart/pull/61, we should update the HPA configuration to accept any YAML for metrics, this will save on the maintenance burden of maintaining individual properties
E.g
{{- with .Values.autoscaling.metrics }}
metrics:
{{- toYaml . | indent 4 }}
{{- end }}
As mentioned on PR https://github.com/benthosdev/benthos-helm-chart/pull/61, we should update the HPA configuration to accept any YAML for
metrics
, this will save on the maintenance burden of maintaining individual propertiesE.g