d22b481a3f
* Refactor All Services - services (dict, including main service) - additionalServices (list) * Add Documentation and standardised questions.yaml layout for services * Update all existing Apps to 2.0.0 * Fix whiteline error * fix addons
42 lines
629 B
YAML
42 lines
629 B
YAML
# Default values for node-red.
|
|
|
|
image:
|
|
repository: nodered/node-red
|
|
pullPolicy: IfNotPresent
|
|
tag: 1.2.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:
|
|
|
|
services:
|
|
main:
|
|
port:
|
|
port: 1880
|
|
|
|
persistence:
|
|
data:
|
|
enabled: false
|
|
emptyDir: false
|
|
mountPath: /data
|
|
|
|
## TrueCharts Config
|
|
|
|
|
|
|
|
#appVolumeMounts:
|
|
# config:
|
|
# enabled: true
|
|
# emptyDir: false
|
|
# data:
|
|
# enabled: true
|
|
# emptyDir: false
|