Files
truecharts/charts/node-red/2.0.0/values.yaml
T
Kjeld Schouten-Lebbing d22b481a3f [Common] Refactor Services (#212)
* 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
2021-03-03 16:51:25 +01:00

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