Skip to content

Commit

Permalink
fixed info on success threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
acarranoqovery committed Jul 11, 2023
1 parent 0b29a76 commit 51d6af8
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 51d6af8

Please sign in to comment.