fix(metis): keep sentinel rollouts moving on degraded nodes
This commit is contained in:
parent
7f91be27f9
commit
51ade59a46
@ -10,6 +10,8 @@ spec:
|
||||
app: metis-sentinel-amd64
|
||||
updateStrategy:
|
||||
type: RollingUpdate
|
||||
rollingUpdate:
|
||||
maxUnavailable: 25%
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
|
||||
@ -10,6 +10,8 @@ spec:
|
||||
app: metis-sentinel-arm64
|
||||
updateStrategy:
|
||||
type: RollingUpdate
|
||||
rollingUpdate:
|
||||
maxUnavailable: 25%
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user