Skip to content

Commit

Permalink
Updates grammar in liveness probe best practice.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmr08c committed Nov 22, 2019
1 parent c86fe27 commit 2f11385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ However, the Pod is still registered as an active replica for the current Deploy

If you don't have a Liveness probe, it stays _Running_ but detached from the Service.

In other words, not only the process isn't serving any requests, but also it consumes resources.
In other words, not only is the process not serving any requests, but it is also consuming resources.

_What should you do?_

Expand Down

0 comments on commit 2f11385

Please sign in to comment.