Skip to content

Commit

Permalink
Merge pull request #7 from warpstreamlabs/graceful-termination
Browse files Browse the repository at this point in the history
Allow 5 minutes for the agent to gracefully shutdown
  • Loading branch information
richardartoul authored Oct 25, 2023
2 parents 7c2a2a2 + 8844440 commit 5649e6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/warpstream-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: warpstream-agent
description: WarpStream Agent for Kubernetes.
type: application
version: 0.6.2
version: 0.7.0
appVersion: v515
icon: https://avatars.githubusercontent.com/u/132156278
home: https://docs.warpstream.com/warpstream/
Expand Down
1 change: 1 addition & 0 deletions charts/warpstream-agent/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ spec:
{{- if .Values.priorityClassName }}
priorityClassName: {{ .Values.priorityClassName | quote }}
{{- end }}
terminationGracePeriodSeconds: 300
containers:
- name: {{ .Chart.Name }}
securityContext:
Expand Down

0 comments on commit 5649e6d

Please sign in to comment.