Skip to content

Commit

Permalink
Add kubernetes readme section
Browse files Browse the repository at this point in the history
  • Loading branch information
s0ko1ex authored and Aleksandr Sokolov committed Dec 10, 2024
1 parent a4ef160 commit 35f3980
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |

<!--/GENERATED:CLI_DOCS-->

## ☸️ 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].
Expand Down

0 comments on commit 35f3980

Please sign in to comment.