You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: helm/ton-rust-node/CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,14 @@ All notable changes to the Helm chart will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/).
6
6
Versions follow the Helm chart release tags (e.g. `helm/v0.3.0`).
7
7
8
+
## [0.4.3] - 2026-04-01
9
+
10
+
appVersion: `v0.3.0`
11
+
12
+
### Added
13
+
14
+
-`terminationGracePeriodSeconds` — configurable grace period before SIGKILL on pod termination. Defaults to 300s (5 minutes). The Kubernetes default of 30s is too short for a TON node — an unclean kill may corrupt the database and forces a cold boot
Copy file name to clipboardExpand all lines: helm/ton-rust-node/values.yaml
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -407,6 +407,10 @@ serviceAccount:
407
407
name: ""
408
408
annotations: {}
409
409
410
+
## @param terminationGracePeriodSeconds Time (in seconds) given to the node process to shut down gracefully before SIGKILL. The default Kubernetes value (30s) is too short for a TON node — an unclean kill may corrupt the database and forces a cold boot. Set this to at least 300s.
411
+
##
412
+
terminationGracePeriodSeconds: 300
413
+
410
414
## @section Scheduling parameters
411
415
412
416
## @param nodeSelector [object] Node selector for pod scheduling
0 commit comments