File tree Expand file tree Collapse file tree 4 files changed +24
-11
lines changed Expand file tree Collapse file tree 4 files changed +24
-11
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ kind: DaemonSet
1616metadata :
1717 name : ydb-disk-manager
1818 labels :
19- helm.sh/chart : ydb-disk-manager-0.2.5
19+ helm.sh/chart : ydb-disk-manager-0.2.8
2020 app.kubernetes.io/name : ydb-disk-manager
2121 app.kubernetes.io/instance : ydb-disk-manager
22- app.kubernetes.io/version : " 0.2.5 "
22+ app.kubernetes.io/version : " 0.2.8 "
2323 app.kubernetes.io/managed-by : Helm
2424spec :
2525 selector :
@@ -32,19 +32,23 @@ spec:
3232 app.kubernetes.io/name : ydb-disk-manager
3333 app.kubernetes.io/instance : ydb-disk-manager
3434 spec :
35+ updateStrategy :
36+ rollingUpdate :
37+ maxUnavailable : 10%
38+ type : RollingUpdate
3539 priorityClassName : system-node-critical
3640 containers :
3741 - name : ydb-disk-manager
3842 securityContext :
3943 privileged : true
40- image : " cr.yandex/crpl7ipeu79oseqhcgn2/ydb-disk-manager:0.2.5 "
44+ image : " cr.yandex/crpl7ipeu79oseqhcgn2/ydb-disk-manager:0.2.8 "
4145 imagePullPolicy : IfNotPresent
4246 resources :
4347 limits :
44- memory : 50Mi
48+ memory : 128Mi
4549 requests :
46- cpu : 50m
47- memory : 10Mi
50+ cpu : 100m
51+ memory : 128Mi
4852 env :
4953 - name : DP_DISABLE_PRE_START_CONTAINER
5054 value : " true"
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ name: ydb-disk-manager
33
44type : application
55
6- version : 0.2.7
7- appVersion : 0.2.7
6+ version : 0.2.8
7+ appVersion : 0.2.8
Original file line number Diff line number Diff line change 1717 {{- toYaml . | nindent 8 }}
1818 {{- end }}
1919 spec :
20+ updateStrategy :
21+ {{- if eq .Values.updateStrategy "RollingUpdate" }}
22+ rollingUpdate :
23+ maxUnavailable : {{ .Values.maxUnavailable }}
24+ {{- end }}
25+ type : {{ .Values.updateStrategy }}
2026 {{- if .Values.imagePullSecrets }}
2127 {{- with .Values.imagePullSecrets }}
2228 imagePullSecrets :
Original file line number Diff line number Diff line change 22 repository : " cr.yandex/crpl7ipeu79oseqhcgn2/ydb-disk-manager"
33 pullPolicy : " IfNotPresent"
44
5+ updateStrategy : " RollingUpdate"
6+ maxUnavailable : " 10%"
7+
58imagePullSecrets : []
69args : []
710env :
1013
1114resources :
1215 limits :
13- memory : 50Mi
16+ memory : 128Mi
1417 requests :
15- cpu : 50m
16- memory : 10Mi
18+ cpu : 100m
19+ memory : 128Mi
1720
1821securityContext :
1922 privileged : true
You can’t perform that action at this time.
0 commit comments