fix: change Mattermost deployment strategy to Recreate

This commit is contained in:
fchinembiri 2026-06-02 15:37:12 +02:00
parent 28e93c2706
commit c08b04e4fc
1 changed files with 2 additions and 0 deletions

View File

@ -73,6 +73,8 @@ metadata:
namespace: nextgen namespace: nextgen
spec: spec:
replicas: 1 replicas: 1
strategy:
type: Recreate
selector: selector:
matchLabels: matchLabels:
app: mattermost app: mattermost