Skip to content

Commit c91a499

Browse files
authored
Merge pull request #16 from 7knot/feat/set-termination-grace-period-seconds-for-graceful-shutdown
feat(panope): set terminationGracePeriodSeconds to 600 for graceful shutdown in deployment for agent.
2 parents e640418 + a6857ed commit c91a499

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

charts/panope/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.3.0
18+
version: 0.3.1
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

charts/panope/templates/agent/deployment.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ spec:
2929
{{- toYaml . | nindent 8 }}
3030
{{- end }}
3131
spec:
32+
terminationGracePeriodSeconds: 600 # for graceful shutdown
3233
volumes:
3334
- secret:
3435
secretName: {{ include "panope.agent.fullname" . }}

0 commit comments

Comments
 (0)