Skip to content

Commit 30568d3

Browse files
committed
Prevent downtime when deploying new versions of app
1 parent cb03218 commit 30568d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

k8s/app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ metadata:
1515
spec:
1616
replicas: 15
1717
strategy:
18-
type: Recreate
18+
type: RollingUpdate
1919
selector:
2020
matchLabels:
2121
app: chime

0 commit comments

Comments
 (0)