Files
chart/library/ix-dev/community/node-red/ci/extra-values.yaml
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

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