zilliztech / milvus-helm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow to unset the replicas field in Deployments

Archalbc opened this issue · comments

Hi !

If users configure HPA on their side to control index/data/query/proxy pods Deployments, we need to remove the replicas field to avoid the bad well-known HPA behavior in case of rollout-update/apply.

kubernetes/kubernetes#25238

Maybe by setting its value to 0 or "none" in values.yaml ?

This feature will be necessary when HPA will be available in this chart again as well :)

Regards,