deploy(devicemgmt): use rwo-safe rolling strategy
This commit is contained in:
@@ -53,7 +53,10 @@ spec:
|
||||
replicas: 1
|
||||
revisionHistoryLimit: 3
|
||||
strategy:
|
||||
type: Recreate
|
||||
type: RollingUpdate
|
||||
rollingUpdate:
|
||||
maxSurge: 0
|
||||
maxUnavailable: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: fc-devicemgmt-web
|
||||
|
||||
Reference in New Issue
Block a user