charts/charts/stable/modem-stats
github-actions[bot] 5f5b815cca
chore(docs): update helm-docs [ci-skip] (#694)
Signed-off-by: onedr0p <onedr0p@users.noreply.github.com>

Co-authored-by: onedr0p <onedr0p@users.noreply.github.com>
2021-03-19 08:30:40 +01:00
..
templates [meta] Split incubator / stable charts (#688) 2021-03-18 13:11:24 +01:00
.helmignore [meta] Split incubator / stable charts (#688) 2021-03-18 13:11:24 +01:00
Chart.yaml [meta] Split incubator / stable charts (#688) 2021-03-18 13:11:24 +01:00
README_CHANGELOG.md.gotmpl [meta] Split incubator / stable charts (#688) 2021-03-18 13:11:24 +01:00
README_CONFIG.md.gotmpl [meta] Split incubator / stable charts (#688) 2021-03-18 13:11:24 +01:00
README.md chore(docs): update helm-docs [ci-skip] (#694) 2021-03-19 08:30:40 +01:00
README.md.gotmpl chore(docs): update helm-docs [ci-skip] (#694) 2021-03-19 08:30:40 +01:00
values.yaml [meta] Split incubator / stable charts (#688) 2021-03-18 13:11:24 +01:00

modem-stats

Version: 3.0.2 AppVersion: 1.0.0

periodic cable modem data collection and save the results to InfluxDB

This chart is not maintained by the upstream project and any issues with the chart should be raised here

Source Code

Requirements

Dependencies

Repository Name Version

TL;DR

helm repo add k8s-at-home https://k8s-at-home.com/charts/
helm repo update
helm install modem-stats k8s-at-home/modem-stats

Installing the Chart

To install the chart with the release name modem-stats

helm install modem-stats k8s-at-home/modem-stats

Uninstalling the Chart

To uninstall the modem-stats deployment

helm uninstall modem-stats

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

Configuration

Read through the values.yaml file. It has several commented out suggested values. Other values may be used from the values.yaml from the common library.

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

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

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

helm install modem-stats k8s-at-home/modem-stats -f values.yaml

Custom configuration

Screenshot

The configuration is set as a block of text through a configmap and mouted as a file in /src/config.ini Any value in this text block should match the defined sb6183 configuration. There are several values here that will have to match our kubernetes configuration.

Values

Important: When deploying an application Helm chart you can add more values from our common library chart here

Key Type Default Description
config.delay int 3600 how many seconds to wait between checks
config.influxdb.database string "cable_modem_stats" InfluxDB database
config.influxdb.host string "influxdb-influxdb" InfluxDB hostname
config.influxdb.port int 8086 InfluxDB port
config.influxdb.ssl bool false InfluxDB connection using SSL
config.modem.url string "http://192.168.100.1/RgConnect.asp" sb6183 stats URL page
debug bool false Display debugging output
image.pullPolicy string "IfNotPresent" modem-stats image pull policy
image.repository string "billimek/sb6183-for-influxdb" modem-stats image
image.tag string "latest" modem-stats image tag
nodeSelector object {}
podAnnotations object {} Key-value pairs to add as pod annotations
replicaCount int 1
resources object {}

Changelog

All notable changes to this application Helm chart will be documented in this file but does not include changes from our common library. To read those click here.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

3.0.1

Added

  • N/A

Changed

  • N/A

Removed

  • N/A

Support


Autogenerated from chart metadata using helm-docs v1.5.0