mattermost / mattermost-helm

Mattermost Helm charts for Kubernetes
Apache License 2.0
162 stars 145 forks source link

how to scale up mattermost #400

Open luozhouyang opened 1 year ago

luozhouyang commented 1 year ago

I install mattermost following the official document: https://docs.mattermost.com/install/install-kubernetes.html

But i found that I can not scale up deployments.

kubectl -n mattermost scale deployment --replicas=3 mattermost
kubectl -n mattermost scale deployment --replicas=4 mattermost

But the number of deployment stays at 2