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

Merge branch 'okosse' into 'master'

[GONRG-10770] Upgrade strategy for partition service

See merge request !633
parents 49d72de2 97e362d3
No related branches found
No related tags found
1 merge request!633[GONRG-10770] Upgrade strategy for partition service
Pipeline #304971 canceled
......@@ -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