From 1893115c78b3ec5cb09088576cd300d6ca5832c4 Mon Sep 17 00:00:00 2001 From: s0ko1ex Date: Fri, 1 Nov 2024 12:56:28 +0300 Subject: [PATCH] Add kubernetes readme section --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 9fc9c169..862254c5 100644 --- a/README.md +++ b/README.md @@ -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 | |--------------|------------------|:-------------:|:---------------------:|