Skip to content
Snippets Groups Projects
Commit f6daf776 authored by Ryan Bonham's avatar Ryan Bonham
Browse files

Add minReadySeconds

parent e6192a69
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,9 @@ metadata:
{{- end }}
spec:
replicas: {{ .Values.loki.replicas }}
{{- if .Values.loki.minReadySeconds}}
minReadySeconds: {{ .Values.loki.minReadySeconds }}
{{- end }}
selector:
matchLabels:
app: {{ template "loki.name" . }}
......
......@@ -8,6 +8,7 @@ serviceAccount:
loki:
replicas: 1
minReadySeconds: 60
deploymentStrategy: RollingUpdate
image:
......
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