Skip to content

Commit ef071a5

Browse files
committed
Fix helm default val for heartbeat flags
1 parent e07cd85 commit ef071a5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

config/helm/aws-node-termination-handler/values.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,12 @@ enableRebalanceDraining: false
285285
# deleteSqsMsgIfNodeNotFound If true, delete the SQS Message from the SQS Queue if the targeted node(s) are not found. Only used in Queue Processor mode.
286286
deleteSqsMsgIfNodeNotFound: false
287287

288+
# The time period in seconds between consecutive heartbeat signals. Valid range: 30-3600 seconds (30 seconds to 1 hour).
289+
heartbeatInterval: -1
290+
291+
# The duration in seconds over which heartbeat signals are sent. Valid range: 60-172800 seconds (1 minute to 48 hours).
292+
heartbeatUntil: -1
293+
288294
# ---------------------------------------------------------------------------------------------------------------------
289295
# Testing
290296
# ---------------------------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)