fix: change Mattermost deployment strategy to Recreate
This commit is contained in:
parent
28e93c2706
commit
c08b04e4fc
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue