grafana / helm-charts

Apache License 2.0
1.67k stars 2.28k forks source link

[synthetic-monitoring-agent] remove references to HPA or multiple replicas #3402

Open roobre opened 2 weeks ago

roobre commented 2 weeks ago

The SM agent does not support running as multiple instances. Despite being part of the default helm create boilerplate, the presence of replicas in values.yaml and the HPA object in the templates can lead users to believe it is possible to do this, or attempt it.

This PR gets rid of those components to avoid the confusion.