From ad888782116a71157b7de72a45d0767972526ab3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Pinson?= Date: Fri, 9 Jul 2021 08:29:12 +0200 Subject: [PATCH] docs: add Helm chart to README.md (fix #154) (#186) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Raphaƫl Pinson --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 52846c7e..543931da 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ - [Use with Docker](#use-with-docker) - [Docker-compose](#docker-compose) - [Docker command line](#docker-command-line) +- [Use with Kubernetes](#use-with-kubernetes) - [Use with Rancher](#use-with-rancher) - [Authentication and base URL](#authentication-and-base-url) - [Install from source](#install-from-source) @@ -336,6 +337,19 @@ docker run -p 8080:8080 \ Then point your browser to http://localhost:8080. + +## Use with Kubernetes + +A Helm chart is available on [Camptocamp's repository](https://github.com/camptocamp/charts/tree/master/terraboard). + +In order to install it: + +```shell +$ helm repo add c2c https://camptocamp.github.io/charts +$ helm install -v values.yaml terraboard c2c/terraboard +``` + + ## Use with Rancher [Camptocamp's Rancher Catalog](https://github.com/camptocamp/camptocamp-rancher-catalog)