Skip to content

Commit

Permalink
fix for issue kubernetes#16629
Browse files Browse the repository at this point in the history
this is a fix for issue kubernetes#16629 .
  • Loading branch information
shubham-asati authored Oct 12, 2019
1 parent 7428809 commit 530a364
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ you can use to more precisely control the behavior of liveness and readiness
checks:
* `initialDelaySeconds`: Number of seconds after the container has started
before liveness or readiness probes are initiated.
before liveness or readiness probes are initiated.Defaults to 0 seconds.Minimum value is 0.
* `periodSeconds`: How often (in seconds) to perform the probe. Default to 10
seconds. Minimum value is 1.
* `timeoutSeconds`: Number of seconds after which the probe times out. Defaults
Expand Down

0 comments on commit 530a364

Please sign in to comment.