Skip to content

Commit

Permalink
Merge pull request #314 from Qovery/fix/health_checks_fix
Browse files Browse the repository at this point in the history
fixed info on success threshold
  • Loading branch information
acarranoqovery authored Aug 24, 2023
2 parents ce6b089 + 51d6af8 commit 241e24b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
last_modified_on: "2023-06-12"
last_modified_on: "2023-07-11"
title: "Service Health Checks"
description: "Learn how to configure your Kubernetes health checks"
---
Expand Down Expand Up @@ -87,7 +87,7 @@ Allows you to specify how many consecutive successes are needed, as a minimum, f

<Alert type="info">

For liveness probes, the value can only be `1`
Due to a Kubernetes limitation, this value can only be 1

</Alert>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Allows you to specify how many consecutive successes are needed, as a minimum, f

<Alert type="info">

For liveness probes, the value can only be `1`
Due to a Kubernetes limitation, this value can only be 1

</Alert>

Expand Down

0 comments on commit 241e24b

Please sign in to comment.