Files
truecharts/charts/stable/node-red/values.yaml
renovate[bot] 03112f38f7 chore(deps): update non-major docker (#1507)
* chore(deps): update non-major docker

* 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-12-11 13:03:48 +01:00

26 lines
530 B
YAML

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