Skip to content

Commit 4056989

Browse files
authored
Merge pull request #180 from fluxcd/increase-term-grace-period
Increase default `terminationGracePeriodSeconds` to `600`
2 parents be7738a + 99a4f2e commit 4056989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/manager/deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
prometheus.io/scrape: "true"
1818
prometheus.io/port: "8080"
1919
spec:
20-
terminationGracePeriodSeconds: 10
20+
terminationGracePeriodSeconds: 600
2121
containers:
2222
- name: manager
2323
image: fluxcd/helm-controller

0 commit comments

Comments
 (0)