Skip to content

Commit

Permalink
Add a line about reliability and container stress
Browse files Browse the repository at this point in the history
  • Loading branch information
kparaju committed Nov 13, 2019
1 parent b4f9b41 commit 51ff940
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/source/python/python_component.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,8 @@ pong%
```

You can also override the default liveness and readiness probes and use HTTP health endpoints by adding them in your
`SeldonDeployment` YAML. Read more about these probes in the
`SeldonDeployment` YAML. You can modify the parameters for the probes to suit your reliability needs without putting
too much stress on the container. Read more about these probes in the
[kubernetes documentation](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/).
An example is shown below:

Expand Down

0 comments on commit 51ff940

Please sign in to comment.