We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 845c180 commit 863278fCopy full SHA for 863278f
2 files changed
services/event-bingo/base/backend-deployment.yaml
@@ -6,7 +6,10 @@ spec:
6
revisionHistoryLimit: 5
7
replicas: 1
8
strategy:
9
- type: Recreate
+ type: RollingUpdate
10
+ rollingUpdate:
11
+ maxUnavailable: 0
12
+ maxSurge: 1
13
selector:
14
matchLabels:
15
app: event-bingo
services/event-bingo/base/frontend-deployment.yaml
@@ -5,6 +5,11 @@ metadata:
5
spec:
+ strategy:
0 commit comments