mirror of
https://github.com/truenas/charts.git
synced 2026-04-29 04:51:31 +08:00
* 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
13 lines
209 B
Smarty
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 -}}
|