charts/charts/statping
Gallardo994 85c7673e31
[statping] Allow annotations in service (#58)
* Statping: allow annotations in service

* Bump chart version to 1.0.1

Co-authored-by: Jeff Billimek <jeff@billimek.com>
2020-09-22 08:12:04 -04:00
..
templates [statping] Allow annotations in service (#58) 2020-09-22 08:12:04 -04:00
.helmignore [statping] New Chart (#36) 2020-09-13 08:09:14 -04:00
Chart.yaml [statping] Allow annotations in service (#58) 2020-09-22 08:12:04 -04:00
OWNERS [statping] New Chart (#36) 2020-09-13 08:09:14 -04:00
README.md [statping] New Chart (#36) 2020-09-13 08:09:14 -04:00
values.yaml [statping] New Chart (#36) 2020-09-13 08:09:14 -04:00

statping | Status page for monitoring your websites and applications

TL;DR

$ helm repo add k8s-at-home https://k8s-at-home.com/charts/
$ helm install k8s-at-home/statping

Installing the Chart

To install the chart with the release name statping:

helm install statping k8s-at-home/statping

Uninstalling the Chart

To uninstall the statping deployment:

helm uninstall statping

The command removes all the Kubernetes components associated with the chart and deletes the release.

Configuration

Read through the values.yaml file. It has several commented out suggested values.

Specify each parameter using the --set key=value[,key=value] argument to helm install. For example,

helm install statping \
  --set statping.env.TZ="America/New York" \
    k8s-at-home/statping

Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,

helm install statping k8s-at-home/statping --values values.yaml