aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2022-02-08 00:53:58 -0800
committerchrislu <chris.lu@gmail.com>2022-02-08 00:53:58 -0800
commit0901438bd2eb30a340268a70aba4f91a97724b02 (patch)
tree182fd185c225b789e79ab819b0ea6bf8c310ab95
parentf18803424aa64877971330e60d2a4207d5bf1bd2 (diff)
parent51a5d731ce4e3e152dbb5a6253a22068020bc01a (diff)
downloadseaweedfs-0901438bd2eb30a340268a70aba4f91a97724b02.tar.xz
seaweedfs-0901438bd2eb30a340268a70aba4f91a97724b02.zip
Merge branch 'master' of https://github.com/chrislusf/seaweedfs
-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 }}