comms: avoid singleton rollout surge deadlocks

This commit is contained in:
jenkins 2026-05-20 19:43:48 -03:00
parent 3d1af76df7
commit c51078c6a3
5 changed files with 25 additions and 0 deletions

View File

@ -8,6 +8,11 @@ metadata:
app: atlasbot app: atlasbot
spec: spec:
replicas: 1 replicas: 1
strategy:
type: RollingUpdate
rollingUpdate:
maxSurge: 0
maxUnavailable: 1
selector: selector:
matchLabels: matchLabels:
app: atlasbot app: atlasbot

View File

@ -7,6 +7,11 @@ metadata:
app: coturn app: coturn
spec: spec:
replicas: 1 replicas: 1
strategy:
type: RollingUpdate
rollingUpdate:
maxSurge: 0
maxUnavailable: 1
selector: selector:
matchLabels: matchLabels:
app: coturn app: coturn

View File

@ -7,6 +7,11 @@ metadata:
app: livekit-token-service app: livekit-token-service
spec: spec:
replicas: 1 replicas: 1
strategy:
type: RollingUpdate
rollingUpdate:
maxSurge: 0
maxUnavailable: 1
selector: selector:
matchLabels: matchLabels:
app: livekit-token-service app: livekit-token-service

View File

@ -7,6 +7,11 @@ metadata:
app: livekit app: livekit
spec: spec:
replicas: 1 replicas: 1
strategy:
type: RollingUpdate
rollingUpdate:
maxSurge: 0
maxUnavailable: 1
selector: selector:
matchLabels: matchLabels:
app: livekit app: livekit

View File

@ -7,6 +7,11 @@ metadata:
app: matrix-authentication-service app: matrix-authentication-service
spec: spec:
replicas: 1 replicas: 1
strategy:
type: RollingUpdate
rollingUpdate:
maxSurge: 0
maxUnavailable: 1
selector: selector:
matchLabels: matchLabels:
app: matrix-authentication-service app: matrix-authentication-service