mirror of
https://github.com/TwiN/gatus.git
synced 2025-01-26 15:59:13 +01:00
Document helm chart (#127)
This commit is contained in:
parent
b904afb8b5
commit
9d8a3f1574
14
README.md
14
README.md
@ -47,6 +47,7 @@ For more details, see [Usage](#usage)
|
|||||||
- [Auto Discovery](#auto-discovery)
|
- [Auto Discovery](#auto-discovery)
|
||||||
- [Deploying](#deploying)
|
- [Deploying](#deploying)
|
||||||
- [Docker](#docker)
|
- [Docker](#docker)
|
||||||
|
- [Helm Chart](#helm-chart)
|
||||||
- [Running the tests](#running-the-tests)
|
- [Running the tests](#running-the-tests)
|
||||||
- [Using in Production](#using-in-production)
|
- [Using in Production](#using-in-production)
|
||||||
- [FAQ](#faq)
|
- [FAQ](#faq)
|
||||||
@ -664,6 +665,19 @@ To build the image locally:
|
|||||||
docker build . -t twinproduction/gatus
|
docker build . -t twinproduction/gatus
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Helm Chart
|
||||||
|
|
||||||
|
[Helm](https://helm.sh) must be installed to use the chart.
|
||||||
|
Please refer to Helm's [documentation](https://helm.sh/docs/) to get started.
|
||||||
|
|
||||||
|
Once Helm is set up properly, add the repo as follows:
|
||||||
|
|
||||||
|
```console
|
||||||
|
helm repo add gatus https://avakarev.github.io/gatus-chart
|
||||||
|
```
|
||||||
|
|
||||||
|
To get more details, please check chart's [configuration](https://github.com/avakarev/gatus-chart#configuration)
|
||||||
|
and [helmfile example](https://github.com/avakarev/gatus-chart#helmfileyaml-example)
|
||||||
|
|
||||||
## Running the tests
|
## Running the tests
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user