Avoid Veles backend surge under quota
This commit is contained in:
parent
cc9f30b50e
commit
91ae3b3129
@ -9,6 +9,11 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
revisionHistoryLimit: 2
|
revisionHistoryLimit: 2
|
||||||
|
strategy:
|
||||||
|
type: RollingUpdate
|
||||||
|
rollingUpdate:
|
||||||
|
maxSurge: 0
|
||||||
|
maxUnavailable: 1
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: veles-backend
|
app: veles-backend
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user