File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : retool
33description : A Helm chart for Kubernetes
44type : application
5- version : 6.10.0
5+ version : 6.10.1
66maintainers :
77 - name : Retool Engineering
88 email : engineering+helm@retool.com
Original file line number Diff line number Diff line change 4444{{ toYaml .Values.ui.labels | indent 8 }}
4545{{- end }}
4646 spec :
47+ terminationGracePeriodSeconds : {{ .Values.backend.terminationGracePeriodSeconds | default 136 }}
4748 serviceAccountName : {{ template "retool.serviceAccountName" . }}
4849 {{- if .Values.priorityClassName }}
4950 priorityClassName : " {{ .Values.priorityClassName }}"
Original file line number Diff line number Diff line change @@ -384,6 +384,11 @@ backend:
384384 # Labels for backend pods
385385 labels : {}
386386
387+ # Make backend pods wait the specified time before kubernetes will forcibly kill them when they need to be rescheduled
388+ # By default this is a 2 minutes + 15 seconds + 1 second (136) grace period to allow outstanding queries to complete
389+ # Change this to 10 minutes 15 seconds + 1 second (616) if you are using long-running queries with a 10 minute timeout
390+ terminationGracePeriodSeconds : 136
391+
387392ui :
388393 # Annotations for ui pods
389394 annotations : {}
Original file line number Diff line number Diff line change @@ -384,6 +384,11 @@ backend:
384384 # Labels for backend pods
385385 labels : {}
386386
387+ # Make backend pods wait the specified time before kubernetes will forcibly kill them when they need to be rescheduled
388+ # By default this is a 2 minutes + 15 seconds + 1 second (136) grace period to allow outstanding queries to complete
389+ # Change this to 10 minutes 15 seconds + 1 second (616) if you are using long-running queries with a 10 minute timeout
390+ terminationGracePeriodSeconds : 136
391+
387392ui :
388393 # Annotations for ui pods
389394 annotations : {}
You can’t perform that action at this time.
0 commit comments