Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 4ac8aee

Browse files
dcarorguthriemsft
authored andcommitted
Added maxUnavailable setting in the deployments (#123)
* added maxUnavailable setting in the deployments * Fixed the commented values in the chart
1 parent acc13f9 commit 4ac8aee

4 files changed

Lines changed: 16 additions & 0 deletions

File tree

apis/poi/helm/templates/deployment.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ metadata:
66
deploy: {{ .Values.image.label }}
77
spec:
88
replicas: {{ .Values.replicaCount }}
9+
# strategy:
10+
# type: RollingUpdate
11+
# rollingUpdate:
12+
# maxUnavailable: 0
913
selector:
1014
matchLabels:
1115
app: {{ .Values.image.label }}

apis/trips/helm/templates/deployment.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ metadata:
66
deploy: {{ .Values.image.label }}
77
spec:
88
replicas: {{ .Values.replicaCount }}
9+
# strategy:
10+
# type: RollingUpdate
11+
# rollingUpdate:
12+
# maxUnavailable: 0
913
selector:
1014
matchLabels:
1115
app: {{ .Values.image.label }}

apis/user-java/helm/templates/deployment.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ metadata:
66
deploy: {{ .Values.image.label }}
77
spec:
88
replicas: {{ .Values.replicaCount }}
9+
# strategy:
10+
# type: RollingUpdate
11+
# rollingUpdate:
12+
# maxUnavailable: 0
913
selector:
1014
matchLabels:
1115
app: {{ .Values.image.label }}

apis/userprofile/helm/templates/deployment.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ metadata:
66
deploy: {{ .Values.image.label }}
77
spec:
88
replicas: {{ .Values.replicaCount }}
9+
# strategy:
10+
# type: RollingUpdate
11+
# rollingUpdate:
12+
# maxUnavailable: 0
913
selector:
1014
matchLabels:
1115
app: {{ .Values.image.label }}

0 commit comments

Comments
 (0)