Skip to content

Commit

Permalink
Merge pull request #170 from shoplineapp/feature/OPO-402-update-defau…
Browse files Browse the repository at this point in the history
…lt-prestophook-sleep-60

feat: update default preStop hook sleep from 15s to 60s
  • Loading branch information
focaaby authored Dec 11, 2024
2 parents cdc8848 + 7baf922 commit 7cec935
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion simple/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
description: Helm chart with simple deployment/service template
name: simple
version: 0.22.0
version: 0.23.0
appVersion: 0.0.1
tillerVersion: ">=2.14.3"
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 7cec935

Please sign in to comment.