Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
rhuss committed Nov 18, 2019
1 parent 55fcc93 commit 377196e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 03-HealthProbe/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ In this example we create a Deployment which exposes a _liveness_ and a _readine

After this scenario you know

* how a failing _liveness probe_ will tigger Kubernetes to restart your application.
* how _readiness probe_ will enable and disable the access to your service.
* how a failing _liveness probe_ triggers Kubernetes to restart your application.
* how a _readiness probe_ enables and disables the access to your service.

0 comments on commit 377196e

Please sign in to comment.