image: repository: tccr.io/truecharts/node-red pullPolicy: IfNotPresent tag: v2.2.2@sha256:7c181ad1464aebe7e41401acbbb024a3dd1505ce687b0b049fc52a6affe98e54 env: TZ: "{{ .Values.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"