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

Merge branch 'okosse' into 'master'

[GONRG-10770] Upgrade strategy for legal service

See merge request !643
parents 170016db 554e7a51
No related branches found
No related tags found
1 merge request!643[GONRG-10770] Upgrade strategy for legal service
Checking pipeline status
......@@ -64,3 +64,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