Skip to content
Snippets Groups Projects
Commit 73d2e629 authored by Oleksandr Kosse (EPAM)'s avatar Oleksandr Kosse (EPAM)
Browse files

[GONRG-10770] Upgrade strategy for storage service

parent 2ac867c3
No related branches found
No related tags found
1 merge request!982[GONRG-10770] Upgrade strategy for storage service
Pipeline #303596 failed
......@@ -69,3 +69,8 @@ spec:
memory: {{ .Values.data.limitsMemory | quote }}
{{- end }}
serviceAccountName: {{ .Values.data.serviceAccountName | quote }}
strategy:
type: RollingUpdate
rollingUpdate:
maxUnavailable: 1
maxSurge: 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment