Files
chart/library/ix-dev/community/node-red/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

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: []