mirror of
https://github.com/truenas/charts.git
synced 2026-02-09 05:24:34 +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
9 lines
146 B
YAML
9 lines
146 B
YAML
noderedNetwork:
|
|
webPort: 30000
|
|
hostNetwork: true
|
|
|
|
noderedStorage:
|
|
data:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/data
|