* Update patch Docker tags * 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>
35 lines
580 B
YAML
35 lines
580 B
YAML
# Default values for node-red.
|
|
|
|
image:
|
|
repository: nodered/node-red
|
|
pullPolicy: IfNotPresent
|
|
tag: 1.3.5
|
|
|
|
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"
|
|
emptyDir:
|
|
enabled: true
|
|
accessMode: ReadWriteOnce
|
|
size: 1Gi
|
|
storageClass: ""
|