Files
truecharts/charts/stable/node-red/values.yaml
T
renovate[bot] eb54f0f599 chore(deps): update docker general non-major (#1728)
* chore(deps): update docker general non-major

* 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>
2022-01-18 00:58:21 +01:00

26 lines
530 B
YAML

image:
repository: tccr.io/truecharts/node-red
pullPolicy: IfNotPresent
tag: v2.1.5@sha256:fe5bbd3116587e7bcd44364257b7d6449922b0226790dcf00d1f70cbe699372b
# 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
targetPort: 1880
persistence:
data:
enabled: true
mountPath: "/data"