monitoring: roll quality gateway without surge
This commit is contained in:
parent
b5a79e8091
commit
cbf345cfcf
@ -10,7 +10,10 @@ spec:
|
|||||||
replicas: 1
|
replicas: 1
|
||||||
revisionHistoryLimit: 3
|
revisionHistoryLimit: 3
|
||||||
strategy:
|
strategy:
|
||||||
type: Recreate
|
type: RollingUpdate
|
||||||
|
rollingUpdate:
|
||||||
|
maxSurge: 0
|
||||||
|
maxUnavailable: 1
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: platform-quality-gateway
|
app: platform-quality-gateway
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user