Skip to content

Latest commit

 

History

History

node-red

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

node-red

Type: application Version: 0.2.1 AppVersion: 4.0.3-debian

Low-code programming for event-driven applications.

Install

Warning

You won't be able to authenticate without setting nodeRed.settings.adminAuth.users properly.

$ helm upgrade \
  --create-namespace \
  --install node-red node-red \
  --namespace node-red \
  --repo https://th0th.github.io/helm-charts \
  --values values.yaml \
  --version 0.2.0

Uninstall

$ helm uninstall --namespace node-red node-red

Values

Key Type Default Description
ingress.annotations object {} annotations for the ingress
ingress.enabled bool false enable the ingress
ingress.host string "node-red.local" host for the ingress
ingress.tls list [] tls configuration for the ingress
nodeRed.image.repository string "th0th/node-red" node-red image repository
nodeRed.image.tag string "4.0.2-debian" node-red image tag
nodeRed.persistence.enabled bool true enable persistence
nodeRed.resources object {} resources for the node-red statefulset
nodeRed.settings object {"adminAuth":{"type":"credentials","users":[]}} node-red settings
nodeRed.settings.adminAuth object {"type":"credentials","users":[]} admin authentication config
nodeRed.settings.adminAuth.users list [] list of users
nodeRed.timeZone string "America/New_York" time zone