datastax / pulsar-helm-chart

Apache Pulsar Helm chart
Apache License 2.0
46 stars 38 forks source link

Configuring HPA via the Helm Chart #285

Open conor-nsurely opened 1 year ago

conor-nsurely commented 1 year ago

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