This repository was archived by the owner on Nov 16, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
userprofile/helm/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ metadata:
66 deploy : {{ .Values.image.label }}
77spec :
88 replicas : {{ .Values.replicaCount }}
9+ # strategy:
10+ # type: RollingUpdate
11+ # rollingUpdate:
12+ # maxUnavailable: 0
913 selector :
1014 matchLabels :
1115 app : {{ .Values.image.label }}
Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ metadata:
66 deploy : {{ .Values.image.label }}
77spec :
88 replicas : {{ .Values.replicaCount }}
9+ # strategy:
10+ # type: RollingUpdate
11+ # rollingUpdate:
12+ # maxUnavailable: 0
913 selector :
1014 matchLabels :
1115 app : {{ .Values.image.label }}
Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ metadata:
66 deploy : {{ .Values.image.label }}
77spec :
88 replicas : {{ .Values.replicaCount }}
9+ # strategy:
10+ # type: RollingUpdate
11+ # rollingUpdate:
12+ # maxUnavailable: 0
913 selector :
1014 matchLabels :
1115 app : {{ .Values.image.label }}
Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ metadata:
66 deploy : {{ .Values.image.label }}
77spec :
88 replicas : {{ .Values.replicaCount }}
9+ # strategy:
10+ # type: RollingUpdate
11+ # rollingUpdate:
12+ # maxUnavailable: 0
913 selector :
1014 matchLabels :
1115 app : {{ .Values.image.label }}
You can’t perform that action at this time.
0 commit comments