Skip to content

Nightscout

nightscout logo

Version: 0.11.0 Type: application AppVersion: 15.0.2

Web-based CGM (Continuous Glucose Monitor) to allow multiple caregivers to remotely view a patient's glucose data in real time.

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

Source Code

Requirements

Kubernetes: >=1.22.0-0

Dependencies

Repository Name Version
https://bjw-s.github.io/helm-charts common 1.5.1
https://charts.bitnami.com/bitnami mongodb 15.1.4

Installing the Chart

To install the chart with the release name nightscout

helm install nightscout oci://ghcr.io/gabe565/charts/nightscout

Traditional

helm repo add gabe565 https://charts.gabe565.com
helm repo update
helm install nightscout gabe565/nightscout

Uninstalling the Chart

To uninstall the nightscout deployment

helm uninstall nightscout

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 bjw-s common library.

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

helm install nightscout \
  --set env.TZ="America/New York" \
    gabe565/nightscout

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

helm install nightscout gabe565/nightscout -f values.yaml

Custom configuration

N/A

Values

Important: When deploying an application Helm chart you can add more values from the bjw-s common library chart here

Key Type Default Description
env object See values.yaml environment variables. [ref]
env.API_SECRET string "" API secret. Must be at least 12 characters long.
env.DISPLAY_UNITS string "mg/dl" Display units for BG. Valid values are mg/dl or mmol
env.MONGODB_COLLECTION string "entries" MongoDB collection for BG entries
env.MONGODB_URI string "" MongoDB URI, eg mongodb://username:password@mongodb/nightscout. Will be generated if mongodb subchart is enabled.
image.pullPolicy string "IfNotPresent" image pull policy
image.repository string "nightscout/cgm-remote-monitor" image repository
image.tag string "15.0.2" image tag
ingress.main object See values.yaml Enable and configure ingress settings for the chart under this key.
mongodb object See values.yaml Enable and configure mongodb database subchart under this key. For more options see mongodb chart documentation
service.main object See values.yaml Configures service settings for the chart.

Autogenerated from chart metadata using helm-docs