Skip to content

Commit

Permalink
docs: add Helm chart to README.md (fix #154) (#186)
Browse files Browse the repository at this point in the history
Signed-off-by: Raphaël Pinson <raphael.pinson@camptocamp.com>
  • Loading branch information
raphink committed Jul 9, 2021
1 parent e50bbf6 commit ad88878
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit ad88878

Please sign in to comment.