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
|
apiVersion: v1
|
||||||
name: uptimerobot
|
name: uptimerobot
|
||||||
version: 1.1.6
|
version: 1.1.7
|
||||||
appVersion: 1.1.0
|
appVersion: 1.1.0
|
||||||
description: A tool to get statistics from Uptime Robot and log it into InfluxDB
|
description: A tool to get statistics from Uptime Robot and log it into InfluxDB
|
||||||
keywords:
|
keywords:
|
||||||
|
@ -6,7 +6,7 @@ This tool allows you to run periodic uptimerobot data usage checks and save the
|
|||||||
|
|
||||||
## TL;DR;
|
## TL;DR;
|
||||||
|
|
||||||
```shell
|
```console
|
||||||
$ helm repo add billimek https://billimek.com/billimek-charts/
|
$ helm repo add billimek https://billimek.com/billimek-charts/
|
||||||
$ helm install billimek/uptimerobot
|
$ 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`:
|
To install the chart with the release name `my-release`:
|
||||||
|
|
||||||
```shell
|
```console
|
||||||
$ helm install --name my-release billimek/uptimerobot
|
$ helm install --name my-release billimek/uptimerobot
|
||||||
```
|
```
|
||||||
## Uninstalling the Chart
|
## Uninstalling the Chart
|
||||||
|
|
||||||
To uninstall/delete the `my-release` deployment:
|
To uninstall/delete the `my-release` deployment:
|
||||||
|
|
||||||
```shell
|
```console
|
||||||
$ helm delete my-release --purge
|
$ 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,
|
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
|
||||||
|
|
||||||
```shell
|
```console
|
||||||
$ helm install --name my-release \
|
$ helm install --name my-release \
|
||||||
--set config.uptimerobot.apikey=thisismyapikey \
|
--set config.uptimerobot.apikey=thisismyapikey \
|
||||||
billimek/uptimerobot
|
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,
|
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
|
$ helm install --name my-release -f values.yaml billimek/uptimerobot
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user