Skip to content

Commit f117604

Browse files
committed
fix terminationgraceperiodseconds in helm chart
1 parent 5ac1970 commit f117604

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

helm-chart/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
labels:
1515
app: my-app
1616
spec:
17-
terminationGracePeriodSeconds: 0
17+
terminationGracePeriodSeconds: 15
1818
containers:
1919
- name: blue
2020
image: "{{ .Values.image.name }}:{{ .Values.image.tag }}"

0 commit comments

Comments
 (0)