charts/charts/unifi-poller
2020-08-31 16:42:20 -04:00
..
templates [unifi-poller] add servicemonitor (#332) 2020-08-18 14:54:25 -04:00
.helmignore [unifi-poller] new chart (#331) 2020-08-18 13:58:15 -04:00
Chart.yaml cleanup and bump appVersions (#22) 2020-08-31 16:42:20 -04:00
OWNERS [unifi-poller] new chart (#331) 2020-08-18 13:58:15 -04:00
README.md mass-rename of chart repo (#3) 2020-08-29 11:22:37 -04:00
values.yaml cleanup and bump appVersions (#22) 2020-08-31 16:42:20 -04:00

unifi-poller

This is an opinionated helm chart for unifi-poller

Collect ALL UniFi Controller, Site, Device & Client Data - Export to InfluxDB or Prometheus

The default values and container images used in this chart will allow for running in a multi-arch cluster (amd64, arm, arm64)

TL;DR;

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

Installing the Chart

To install the chart with the release name my-release:

helm install --name unifi-poller k8s-at-home/unifi-poller

Uninstalling the Chart

To uninstall/delete the unifi-poller deployment:

helm delete unifi-poller --purge

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 --name unifi-poller \
    k8s-at-home/unifi-poller

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

helm install --name unifi-poller -f values.yaml stable/unifi-poller