Files
chart/community/node-red/1.1.4/ci/extra-values.yaml
2023-12-08 00:21:22 +00: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