fix: change Mattermost deployment strategy to Recreate
This commit is contained in:
parent
28e93c2706
commit
c08b04e4fc
|
|
@ -73,6 +73,8 @@ metadata:
|
|||
namespace: nextgen
|
||||
spec:
|
||||
replicas: 1
|
||||
strategy:
|
||||
type: Recreate
|
||||
selector:
|
||||
matchLabels:
|
||||
app: mattermost
|
||||
|
|
|
|||
Loading…
Reference in New Issue