meilisearch / meilisearch-kubernetes

Meilisearch on Kubernetes Helm charts and manifests
https://www.meilisearch.com
MIT License
212 stars 59 forks source link

Remove the possibility to set `replicaCount` to a value other than "1"? #188

Closed c0bra closed 1 year ago

c0bra commented 1 year ago

According to various closed issues, Meilisearch does not support high availability when self-hosted, and using more than one replica can cause things to break.

That being said, should the replicaCount value be removed and just hard-code it to 1 for now?

https://github.com/meilisearch/meilisearch-kubernetes/blob/main/charts/meilisearch/templates/statefulset.yaml#L8C39-L8C39

alallema commented 1 year ago

Hi @c0bra, Thanks for raising this issue. You are right it could be a good thing to do that.