From a0bc4a24f54dacbf2918ee1a27b633575598568d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anatol=20Karalko=C5=AD?= Date: Mon, 1 Apr 2024 13:01:28 +0200 Subject: [PATCH] Update Readme --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 07806bd5..4a7e80ed 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,21 @@ docker-compose --file=docker-compose.local.yml up -d docker-compose --file=docker-compose.local.yml up -d --build ``` +## Running application with helm +Helm command example: +```bash +$ helm repo add brokencrystals https://neuralegion.github.io/brokencrystals/ +$ helm upgrade --install --namespace distributor broken \ + --set repeaterID=5r....Dz \ + --set token=n..r.nexp.k..5 \ + --set cluster=hotel.playground.neuralegion.com \ + --set timeout=40000 \ + --set repeaterImageTag=v11.5.0-next.4 \ + --set ingress.url=broken.k3s.brokencrystals.nexploit.app \ + --set ingress.cert=distributorwildcard \ + --set ingress.authlevel=- brokencrystals/brokencrystals --wait +``` + ## Running tests by [SecTester](https://github.com/NeuraLegion/sectester-js/) In the path [`./test`](./test) you can find tests to run with Jest.