Skip to content

Commit

Permalink
feat: update default preStop sleep from 15s to 60s
Browse files Browse the repository at this point in the history
  • Loading branch information
focaaby committed Dec 11, 2024
1 parent cdc8848 commit 77c81c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion simple/templates/_container.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@
lifecycle:
preStop:
exec:
command: ["sleep", "15"]
command: ["sleep", "60"]
{{- end }}
{{- end -}}
2 changes: 1 addition & 1 deletion simple/templates/_container_legacy.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@
lifecycle:
preStop:
exec:
command: ["sleep", "15"]
command: ["sleep", "60"]
{{- end }}
{{- end -}}

0 comments on commit 77c81c9

Please sign in to comment.