Skip to content

feat(deployment): Add 'successThreshold' and 'timeoutSeconds' for Probes#584

Merged
Mart-Kuc merged 2 commits intomainfrom
MK-feature-probes
Jun 11, 2025
Merged

feat(deployment): Add 'successThreshold' and 'timeoutSeconds' for Probes#584
Mart-Kuc merged 2 commits intomainfrom
MK-feature-probes

Conversation

@Mart-Kuc
Copy link
Copy Markdown
Contributor

PR for 583.

Added:

  • successThreshold and timeoutSeconds for livenessProbe
  • successThreshold and timeoutSeconds for readinessProbe

Set default (for both probes) values to :

  • successThreshold - 1
  • timeoutSeconds - 5

Explicitly setting successThreshold to 1 matches the Kubernetes default and ensures no unnecessary delay in declaring the container healthy.

Increasing timeoutSeconds from the Kubernetes default of 1 to 5 allows more time for slow or resource-intensive containers to respond

@Mart-Kuc Mart-Kuc merged commit f8210ba into main Jun 11, 2025
8 checks passed
@Mart-Kuc Mart-Kuc deleted the MK-feature-probes branch June 11, 2025 07:39
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.

2 participants