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.
The SM agent does not support running as multiple instances. Despite being part of the default
helm create
boilerplate, the presence ofreplicas
invalues.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.