mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-11-21 01:21:54 +08:00
Ensure slow rollout
This commit is contained in:
parent
86cf7f4810
commit
b499f125d6
@ -8,6 +8,11 @@ spec:
|
||||
{{- if not .Values.backend.autoscaling.enabled }}
|
||||
replicas: {{ .Values.backend.replicaCount }}
|
||||
{{- end }}
|
||||
strategy:
|
||||
type: RollingUpdate
|
||||
rollingUpdate:
|
||||
maxSurge: 1
|
||||
maxUnavailable: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
{{- include "hangar.selectorLabels" . | nindent 6 }}
|
||||
|
@ -8,6 +8,11 @@ spec:
|
||||
{{- if not .Values.frontend.autoscaling.enabled }}
|
||||
replicas: {{ .Values.frontend.replicaCount }}
|
||||
{{- end }}
|
||||
strategy:
|
||||
type: RollingUpdate
|
||||
rollingUpdate:
|
||||
maxSurge: 1
|
||||
maxUnavailable: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
{{- include "hangar.selectorLabels" . | nindent 6 }}
|
||||
|
Loading…
Reference in New Issue
Block a user