Files
truecharts/charts/stable/node-red/values.yaml
renovate[bot] c4e08f8f25 chore(deps): update docker general non-major (#1924)
* 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-02-21 17:53:17 +01:00

26 lines
530 B
YAML

image:
repository: tccr.io/truecharts/node-red
pullPolicy: IfNotPresent
tag: v2.2.2@sha256:7c181ad1464aebe7e41401acbbb024a3dd1505ce687b0b049fc52a6affe98e54
# 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"