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

[GONRG-10770] Upgrade strategy for policy service

parent 58b2441a
No related branches found
No related tags found
1 merge request!555[GONRG-10770] Upgrade strategy for policy service
Pipeline #303862 failed
...@@ -62,3 +62,8 @@ spec: ...@@ -62,3 +62,8 @@ spec:
memory: "{{ .Values.data.limitsMemory }}" memory: "{{ .Values.data.limitsMemory }}"
{{- end }} {{- end }}
serviceAccountName: "{{ .Values.data.serviceAccountName }}" serviceAccountName: "{{ .Values.data.serviceAccountName }}"
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