Skip to content

Commit a47dc16

Browse files
committed
Added Rolling updatae
1 parent 27064ac commit a47dc16

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

manifests/kubernetes/notification-service.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ metadata:
3232
app: notification-service
3333
spec:
3434
replicas: 1
35+
strategy:
36+
type: RollingUpdate
37+
rollingUpdate:
38+
maxSurge: 1
39+
maxUnavailable: 0
3540
selector:
3641
matchLabels:
3742
app: notification-service

0 commit comments

Comments
 (0)