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

[GONRG-10770] Upgrade strategy for partition service

parent 49d72de2
No related branches found
No related tags found
Loading
Checking pipeline status
......@@ -59,3 +59,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