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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants