Packages

A set of Plugs to be used for Kubernetes healthchecks.

Current section

Files

Jump to
healtchex README.md
Raw

README.md

# healtchex
Kubernetes Liveness and Readiness Probes as Elixir Plugs.
## Installation
The package can be installed by adding `healtchex` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:healtchex, "~> x.x.x"}
]
end
```
Documentation can be found at [https://hexdocs.pm/healtchex](https://hexdocs.pm/healtchex).