Files
charts/incubator/node-red/2.2.0/test_values.yaml
renovate[bot] e0a75c963f chore(deps): update helm chart common to v2.2.0 (#333)
* chore(deps): update helm chart common to v2.2.0

* Update-Folder-Names-and-Dependencies

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2021-04-12 15:56:40 +02:00

40 lines
622 B
YAML

# Default values for node-red.
image:
repository: nodered/node-red
pullPolicy: IfNotPresent
tag: 1.3.1
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: true
setPermissions: true
mountPath: "/data"