24 lines
421 B
YAML
24 lines
421 B
YAML
image:
|
|
repository: docker.io/nodered/node-red
|
|
pullPolicy: IfNotPresent
|
|
tag: 3.1.9@sha256:4872f67418a36ac2adf9f2793cfab1e3130796dd0c874acce7eddaca2e2e96e6
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 1880
|
|
targetPort: 1880
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: "/data"
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env: {}
|