Files
chart/library/ix-dev/community/node-red/templates/_service.tpl
Stavros Kois df01fb3304 NAS-122777 / 23.10 / Add node-red to community train (#1323)
* add node-red - initial commit

* add templtes

* add ci values and questions

* run single test

* all but one

* add trace logging

* hmmmm

* root

* add tests

* no 18 for now

* update questions and chart.yaml

* fix tests

* bump common
2023-07-06 15:16:27 +03:00

16 lines
354 B
Smarty

{{- define "nodered.service" -}}
service:
nodered:
enabled: true
primary: true
type: NodePort
targetSelector: nodered
ports:
webui:
enabled: true
primary: true
port: {{ .Values.noderedNetwork.webPort }}
nodePort: {{ .Values.noderedNetwork.webPort }}
targetSelector: nodered
{{- end -}}