aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2022-02-08 00:22:47 -0800
committerGitHub <noreply@github.com>2022-02-08 00:22:47 -0800
commit51a5d731ce4e3e152dbb5a6253a22068020bc01a (patch)
tree5888e316fe80b424f67465b206f96676d49865c9
parent98604059741190178efd26ad788d52f067b3097c (diff)
parent22a3ef56f2dd2b42597741beb69a775db4188763 (diff)
downloadseaweedfs-51a5d731ce4e3e152dbb5a6253a22068020bc01a.tar.xz
seaweedfs-51a5d731ce4e3e152dbb5a6253a22068020bc01a.zip
Merge pull request #2646 from kmlebedev/graceTimeout
graceful stop cluster http server default timeout 60 sec
-rw-r--r--k8s/helm_charts2/templates/volume-statefulset.yaml2
1 files changed, 1 insertions, 1 deletions
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 }}