Files
truecharts/charts/incubator/node-red/values.yaml
T
1493fd8fc8 [node-red] Update container image nodered/node-red to v2.0.0 (#699)
* [node-red] Update container image nodered/node-red to v2.0.0

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2021-07-20 18:01:35 +02:00

31 lines
500 B
YAML

# Default values for node-red.
image:
repository: nodered/node-red
pullPolicy: IfNotPresent
tag: 2.0.0
strategy:
type: Recreate
# See more environment varaibles in the node-red documentation
# https://nodered.org/docs/getting-started/docker
env: {}
# TZ:
# NODE_OPTIONS:
# NODE_RED_ENABLE_PROJECTS:
# NODE_RED_ENABLE_SAFE_MODE:
# FLOWS:
service:
main:
ports:
main:
port: 1880
persistence:
data:
enabled: true
mountPath: "/data"
type: emptyDir