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
parent
commit
51a5d731ce
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  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