Is there anyway to configure a horizontal pod autoscaler through the Helm like in other charts?
I am deploying via ArgoCD so creating a HPA manually doesn't work as it clashes with Argo. I've tried removing the 'broker.replicaCount' value but it seems to default to 3, and prevents the HPA from working.
Hello,
Is there anyway to configure a horizontal pod autoscaler through the Helm like in other charts?
I am deploying via ArgoCD so creating a HPA manually doesn't work as it clashes with Argo. I've tried removing the 'broker.replicaCount' value but it seems to default to 3, and prevents the HPA from working.
Thanks