From 22a3ef56f2dd2b42597741beb69a775db4188763 Mon Sep 17 00:00:00 2001 From: Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.com> Date: Tue, 8 Feb 2022 13:07:28 +0500 Subject: [PATCH] graceful stop cluster http server default timeout 60 sec https://github.com/chrislusf/seaweedfs/issues/2630 --- k8s/helm_charts2/templates/volume-statefulset.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/helm_charts2/templates/volume-statefulset.yaml b/k8s/helm_charts2/templates/volume-statefulset.yaml index 2168b2b80..de2703d14 100644 --- a/k8s/helm_charts2/templates/volume-statefulset.yaml +++ b/k8s/helm_charts2/templates/volume-statefulset.yaml @@ -40,7 +40,7 @@ spec: imagePullSecrets: - name: {{ .Values.global.imagePullSecrets }} {{- end }} - terminationGracePeriodSeconds: 10 + terminationGracePeriodSeconds: 150 {{- if .Values.volume.priorityClassName }} priorityClassName: {{ .Values.volume.priorityClassName | quote }} {{- end }}