mirror of
https://github.com/truenas/charts.git
synced 2026-02-12 06:46:32 +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
22 lines
485 B
YAML
22 lines
485 B
YAML
noderedConfig:
|
|
safeMode: true
|
|
enableProjects: true
|
|
additionalEnvs:
|
|
- name: NODE_OPTIONS
|
|
value: --max-old-space-size=256
|
|
|
|
noderedNetwork:
|
|
webPort: 31000
|
|
|
|
noderedStorage:
|
|
data:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/data
|
|
additionalStorages:
|
|
- type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/customData
|
|
mountPath: /customData
|
|
- type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/customFiles
|
|
mountPath: /customFiles
|