diff options
| author | Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.com> | 2022-02-08 13:07:28 +0500 |
|---|---|---|
| committer | Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.com> | 2022-02-08 13:07:28 +0500 |
| commit | 22a3ef56f2dd2b42597741beb69a775db4188763 (patch) | |
| tree | 5888e316fe80b424f67465b206f96676d49865c9 | |
| parent | 98604059741190178efd26ad788d52f067b3097c (diff) | |
| download | seaweedfs-22a3ef56f2dd2b42597741beb69a775db4188763.tar.xz seaweedfs-22a3ef56f2dd2b42597741beb69a775db4188763.zip | |
graceful stop cluster http server default timeout 60 sec
https://github.com/chrislusf/seaweedfs/issues/2630
| -rw-r--r-- | k8s/helm_charts2/templates/volume-statefulset.yaml | 2 |
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 }} |
