Browse Source
Merge pull request #2646 from kmlebedev/graceTimeout
graceful stop cluster http server default timeout 60 sec
pull/2652/head
Chris Lu
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 }} |
|
|
|