Files
chart/library/ix-dev/community/node-red/templates/_portal.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

13 lines
209 B
Smarty

{{- define "nodered.portal" -}}
---
apiVersion: v1
kind: ConfigMap
metadata:
name: portal
data:
path: "/"
port: {{ .Values.noderedNetwork.webPort | quote }}
protocol: http
host: $node_ip
{{- end -}}