comms: avoid singleton rollout surge deadlocks
This commit is contained in:
parent
3d1af76df7
commit
c51078c6a3
@ -8,6 +8,11 @@ metadata:
|
||||
app: atlasbot
|
||||
spec:
|
||||
replicas: 1
|
||||
strategy:
|
||||
type: RollingUpdate
|
||||
rollingUpdate:
|
||||
maxSurge: 0
|
||||
maxUnavailable: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: atlasbot
|
||||
|
||||
@ -7,6 +7,11 @@ metadata:
|
||||
app: coturn
|
||||
spec:
|
||||
replicas: 1
|
||||
strategy:
|
||||
type: RollingUpdate
|
||||
rollingUpdate:
|
||||
maxSurge: 0
|
||||
maxUnavailable: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: coturn
|
||||
|
||||
@ -7,6 +7,11 @@ metadata:
|
||||
app: livekit-token-service
|
||||
spec:
|
||||
replicas: 1
|
||||
strategy:
|
||||
type: RollingUpdate
|
||||
rollingUpdate:
|
||||
maxSurge: 0
|
||||
maxUnavailable: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: livekit-token-service
|
||||
|
||||
@ -7,6 +7,11 @@ metadata:
|
||||
app: livekit
|
||||
spec:
|
||||
replicas: 1
|
||||
strategy:
|
||||
type: RollingUpdate
|
||||
rollingUpdate:
|
||||
maxSurge: 0
|
||||
maxUnavailable: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: livekit
|
||||
|
||||
@ -7,6 +7,11 @@ metadata:
|
||||
app: matrix-authentication-service
|
||||
spec:
|
||||
replicas: 1
|
||||
strategy:
|
||||
type: RollingUpdate
|
||||
rollingUpdate:
|
||||
maxSurge: 0
|
||||
maxUnavailable: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: matrix-authentication-service
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user