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 1893115
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 @@ -178,6 +178,18 @@ $ app [GLOBAL FLAGS] start healthcheck [COMMAND FLAGS] [ARGUMENTS...]
```

The following flags are supported:
=======
### ☸️ 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.

## Support

| Name | Description | Default value | Environment variables |
|--------------|------------------|:-------------:|:---------------------:|
Expand Down

0 comments on commit 1893115

Please sign in to comment.