Skip to content

Commit

Permalink
Merge pull request #122 from shoplineapp/chore/extend-grace-period
Browse files Browse the repository at this point in the history
chore(): extend terminationGracePeriodSeconds
  • Loading branch information
Dose0128 authored Jul 27, 2023
2 parents 8835531 + 471ebc0 commit f81026b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion backburner/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
description: Helm chart for ruby backburner workers
name: backburner
version: 0.5.0
version: 0.5.1
appVersion: 0.0.1
2 changes: 1 addition & 1 deletion backburner/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
options:
- name: ndots
value: "2"
terminationGracePeriodSeconds: 61
terminationGracePeriodSeconds: 75
{{- if $.Values.global.affinity }}
affinity: {{ toYaml $.Values.global.affinity | nindent 8 }}
{{- end }}
Expand Down
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.17.0
version: 0.17.1
appVersion: 0.0.1
tillerVersion: ">=2.14.3"
2 changes: 1 addition & 1 deletion simple/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,4 +139,4 @@ spec:
- name: ndots
value: "2"
{{- end }}
terminationGracePeriodSeconds: {{ .Values.deployment.terminationGracePeriodSeconds | default "61" }}
terminationGracePeriodSeconds: {{ .Values.deployment.terminationGracePeriodSeconds | default "75" }}

0 comments on commit f81026b

Please sign in to comment.