mirror of
https://github.com/truenas/charts.git
synced 2026-04-01 01:40:51 +08:00
19 lines
310 B
YAML
19 lines
310 B
YAML
noderedConfig:
|
|
safeMode: true
|
|
enableProjects: true
|
|
additionalEnvs:
|
|
- name: NODE_OPTIONS
|
|
value: --max-old-space-size=256
|
|
|
|
noderedNetwork:
|
|
webPort: 31000
|
|
|
|
noderedStorage:
|
|
data:
|
|
type: pvc
|
|
additionalStorages:
|
|
- type: pvc
|
|
mountPath: /customData
|
|
- type: pvc
|
|
mountPath: /customFiles
|