22 lines
388 B
YAML
22 lines
388 B
YAML
image:
|
|
repository: docker.io/nodered/node-red
|
|
pullPolicy: IfNotPresent
|
|
tag: 4.1.3@sha256:41d0985765046e18be11ccc18e839d3d4c09ba122a85ebec96aaa8f77bae0384
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 1880
|
|
targetPort: 1880
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: "/data"
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env: {}
|