Browse Source

graceful stop cluster http server default timeout 60 sec

https://github.com/chrislusf/seaweedfs/issues/2630
pull/2646/head
Konstantin Lebedev 3 years ago
parent
commit
22a3ef56f2
  1. 2
      k8s/helm_charts2/templates/volume-statefulset.yaml

2
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 }}

Loading…
Cancel
Save