diff --git a/README.md b/README.md index 9fc9c169..6309e9d9 100644 --- a/README.md +++ b/README.md @@ -179,12 +179,24 @@ $ app [GLOBAL FLAGS] start healthcheck [COMMAND FLAGS] [ARGUMENTS...] The following flags are supported: + | Name | Description | Default value | Environment variables | |--------------|------------------|:-------------:|:---------------------:| | `--port="…"` | HTTP server port | `8080` | `HTTP_PORT` | +## ☸️ Running it in Kubernetes + +This repository includes a helm chart with basic deployment-service configuration and a possible ingress. To deploy it to your cluster run + +```shell +helm install webhook-tester ./charts/webhook-tester -f custom-values.yaml +``` + +All the binary arguments are configured in the `.Values.config` and are directly mapped to the same-name arguments. + + ## License This is open-sourced software licensed under the [MIT License][link_license].