25 lines
423 B
YAML
25 lines
423 B
YAML
|
image:
|
||
|
repository: tccr.io/truecharts/node-red
|
||
|
pullPolicy: IfNotPresent
|
||
|
tag: 3.0.2@sha256:ba3361b3dc11650cdb44c43220a0bd5397342928dca092f33c044ba58032acc1
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
port: 1880
|
||
|
targetPort: 1880
|
||
|
persistence:
|
||
|
data:
|
||
|
enabled: true
|
||
|
mountPath: "/data"
|
||
|
portal:
|
||
|
open:
|
||
|
enabled: true
|
||
|
|
||
|
workload:
|
||
|
main:
|
||
|
podSpec:
|
||
|
containers:
|
||
|
main:
|
||
|
env: {}
|