Nightscout¶
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
OCI (Recommended)¶
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
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
.
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
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