mattermost / mattermost-helm

Mattermost Helm charts for Kubernetes
Apache License 2.0
165 stars 148 forks source link

use updateStrategy.type Recreate with a single replica #283

Closed ghost closed 2 years ago

ghost commented 2 years ago

spec.strategy.type = RollingUpdate in Deployments can create stuck updates, where the old pod is waiting for the new pod to become healthy while the new pod is waiting for the old pod to release the hold on a ReadWriteOnce PVC.

I'd open a PR but I'm not too comfortable giving up my phone number to the CLA form, so I'm simply informing you.