Skip to content

feat: make readinessProbe and livenessProbe initialDelaySeconds configurable #18756

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 7, 2025

Conversation

blink-so[bot]
Copy link
Contributor

@blink-so blink-so bot commented Jul 4, 2025

Makes initialDelaySeconds configurable for both readinessProbe and livenessProbe in the Helm chart

Changes:

  • Added coder.readinessProbe.initialDelaySeconds and coder.livenessProbe.initialDelaySeconds to values.yaml
  • Updated _coder.tpl template to use these configurable values
  • Defaults to 0 seconds to maintain existing behavior

Testing:

  • Verified template rendering with default values (0)
  • Verified template rendering with custom values (30, 60)
  • Both probes correctly use the configured initialDelaySeconds

…gurable

Adds configurable initialDelaySeconds for readinessProbe and livenessProbe
in the Helm chart values.yaml and updates the _coder.tpl template to use
these values. Defaults to 0 seconds to maintain existing behavior.

Co-authored-by: kylecarbs <[email protected]>
@phorcys420 phorcys420 self-requested a review July 4, 2025 16:21
Updates all helm chart test golden files to include the new
initialDelaySeconds: 0 configuration for readiness and liveness probes.

Co-authored-by: kylecarbs <[email protected]>
@phorcys420 phorcys420 enabled auto-merge (squash) July 6, 2025 09:21
@phorcys420 phorcys420 merged commit 6580971 into main Jul 7, 2025
38 checks passed
@phorcys420 phorcys420 deleted the feat/configurable-probe-delays branch July 7, 2025 07:37
@github-actions github-actions bot locked and limited conversation to collaborators Jul 7, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants