Skip to content

Added support for overridding the Liveness Probe Timeout#26

Open
jordanTunstill wants to merge 1 commit intomainfrom
LivenessProbeTimeoutOverride
Open

Added support for overridding the Liveness Probe Timeout#26
jordanTunstill wants to merge 1 commit intomainfrom
LivenessProbeTimeoutOverride

Conversation

@jordanTunstill
Copy link
Copy Markdown

@jordanTunstill jordanTunstill commented Apr 20, 2026

A customer asked for us to add support for them to override the LivenessProbeTimeout with a customized value. This PR does that.


Note

Low Risk
Low risk: adds a new Helm value wired into the Kubernetes livenessProbe.timeoutSeconds field; main impact is potentially changing pod restart behavior if misconfigured.

Overview
Adds support for configuring the Kubernetes liveness probe timeout via Helm values.

The deployment template now sets livenessProbe.timeoutSeconds from .Values.probe.timeoutSeconds, and the chart values.yaml + values.schema.json define this new probe.timeoutSeconds value (default 1) and require it during values validation.

Reviewed by Cursor Bugbot for commit 3e69e2a. Bugbot is set up for automated code reviews on this repo. Configure here.

@jordanTunstill jordanTunstill requested a review from a team April 20, 2026 22:04
@github-actions github-actions Bot added size/XS 1-10 lines changed risk/low Bugbot risk assessment -- low labels Apr 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

risk/low Bugbot risk assessment -- low size/XS 1-10 lines changed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant