Skip to content

Commit 863278f

Browse files
committed
Improve event-bingo rollout availability
1 parent 845c180 commit 863278f

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

services/event-bingo/base/backend-deployment.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ spec:
66
revisionHistoryLimit: 5
77
replicas: 1
88
strategy:
9-
type: Recreate
9+
type: RollingUpdate
10+
rollingUpdate:
11+
maxUnavailable: 0
12+
maxSurge: 1
1013
selector:
1114
matchLabels:
1215
app: event-bingo

services/event-bingo/base/frontend-deployment.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ metadata:
55
spec:
66
revisionHistoryLimit: 5
77
replicas: 1
8+
strategy:
9+
type: RollingUpdate
10+
rollingUpdate:
11+
maxUnavailable: 0
12+
maxSurge: 1
813
selector:
914
matchLabels:
1015
app: event-bingo

0 commit comments

Comments
 (0)