mirror of
https://github.com/truenas/charts.git
synced 2026-04-05 11:48:55 +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
46 lines
886 B
YAML
46 lines
886 B
YAML
node18Image:
|
|
repository: nodered/node-red
|
|
pullPolicy: IfNotPresent
|
|
tag: '3.0.2-18'
|
|
node18MinimalImage:
|
|
repository: nodered/node-red
|
|
pullPolicy: IfNotPresent
|
|
tag: '3.0.2-18-minimal'
|
|
node16Image:
|
|
repository: nodered/node-red
|
|
pullPolicy: IfNotPresent
|
|
tag: '3.0.2-16'
|
|
node16MinimalImage:
|
|
repository: nodered/node-red
|
|
pullPolicy: IfNotPresent
|
|
tag: '3.0.2-16-minimal'
|
|
node14Image:
|
|
repository: nodered/node-red
|
|
pullPolicy: IfNotPresent
|
|
tag: '3.0.2-14'
|
|
node14MinimalImage:
|
|
repository: nodered/node-red
|
|
pullPolicy: IfNotPresent
|
|
tag: '3.0.2-14-minimal'
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 4000m
|
|
memory: 8Gi
|
|
|
|
noderedConfig:
|
|
imageSelector: node16Image
|
|
safeMode: false
|
|
enableProjects: false
|
|
additionalEnvs: []
|
|
|
|
noderedNetwork:
|
|
webPort: 30049
|
|
hostNetwork: false
|
|
|
|
noderedStorage:
|
|
data:
|
|
type: ixVolume
|
|
datasetName: data
|
|
additionalStorages: []
|