comms: avoid singleton rollout surge deadlocks
This commit is contained in:
parent
3d1af76df7
commit
c51078c6a3
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user