Merge pull request #2646 from kmlebedev/graceTimeout

graceful stop cluster http server default timeout 60 sec
This commit is contained in:
Chris Lu 2022-02-08 00:22:47 -08:00 committed by GitHub
commit 51a5d731ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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