mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +00:00
updating uptimerobot readme (#30)
Signed-off-by: Jeff Billimek <jeff@billimek.com>
This commit is contained in:
parent
b48a0e4b08
commit
fce9902416
@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: uptimerobot
|
||||
version: 1.1.6
|
||||
version: 1.1.7
|
||||
appVersion: 1.1.0
|
||||
description: A tool to get statistics from Uptime Robot and log it into InfluxDB
|
||||
keywords:
|
||||
|
@ -6,7 +6,7 @@ This tool allows you to run periodic uptimerobot data usage checks and save the
|
||||
|
||||
## TL;DR;
|
||||
|
||||
```shell
|
||||
```console
|
||||
$ helm repo add billimek https://billimek.com/billimek-charts/
|
||||
$ helm install billimek/uptimerobot
|
||||
```
|
||||
@ -19,14 +19,14 @@ This code is adopted from [this original repo](https://github.com/trojanc/node-i
|
||||
|
||||
To install the chart with the release name `my-release`:
|
||||
|
||||
```shell
|
||||
```console
|
||||
$ helm install --name my-release billimek/uptimerobot
|
||||
```
|
||||
## Uninstalling the Chart
|
||||
|
||||
To uninstall/delete the `my-release` deployment:
|
||||
|
||||
```shell
|
||||
```console
|
||||
$ helm delete my-release --purge
|
||||
```
|
||||
|
||||
@ -56,7 +56,7 @@ The following tables lists the configurable parameters of the Sentry chart and t
|
||||
|
||||
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
|
||||
|
||||
```shell
|
||||
```console
|
||||
$ helm install --name my-release \
|
||||
--set config.uptimerobot.apikey=thisismyapikey \
|
||||
billimek/uptimerobot
|
||||
@ -64,7 +64,7 @@ $ helm install --name my-release \
|
||||
|
||||
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,
|
||||
|
||||
```shell
|
||||
```console
|
||||
$ helm install --name my-release -f values.yaml billimek/uptimerobot
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user