Skip to content

Commit

Permalink
Lower termination grace period seconds (fluid-cloudnative#2742)
Browse files Browse the repository at this point in the history
Signed-off-by: dongyun.xzh <dongyun.xzh@alibaba-inc.com>
  • Loading branch information
TrafalgarZZZ authored Mar 15, 2023
1 parent eccf878 commit 14de088
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/eac/templates/fuse/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spec:
{{- end }}
{{- end }}
spec:
terminationGracePeriodSeconds: 10000000
terminationGracePeriodSeconds: 90
{{- if .Values.fuse.criticalPod }}
priorityClassName: system-node-critical
{{- end }}
Expand Down
2 changes: 1 addition & 1 deletion charts/eac/templates/master/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spec:
{{- end }}
{{- end }}
spec:
terminationGracePeriodSeconds: 10000000
terminationGracePeriodSeconds: 90
{{- if .Values.master.hostNetwork }}
hostNetwork: {{ .Values.master.hostNetwork }}
dnsPolicy: ClusterFirstWithHostNet
Expand Down

0 comments on commit 14de088

Please sign in to comment.