0.0.17 • Published 4 years ago

@provisioner/node-red v0.0.17

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
4 years ago

Node-RED Provisioner

Build

At the root of the c6o node-monorepo:

yarn build --scope=@provisioner/node-red

Run from CLI

To run the provisioner, create a traxitt.yaml file, for example:

name: node-red
version: 0.0.1
description: Node-RED provisioner
services:
  - node-red:
      storage: 2Gi      # default 1Gi
      projects: false   # default false

Drop it into a directory like ~/provisioners/node-red/traxitt.yaml, then execute

czctl provision ~/provisioners/node-red

To test out Node-RED once it's running in a cluster:

kubectl -n node-red-ns port-forward services/node-red 1880:1880

Then point your browser to http://localhost:1880

Parameters

ParameterMeaning
storagePVC storage for flows, and related storage needed by nodes.
projectswhen true, enables the Node-RED projects feature. This use for flow development, not running flows

Server paths

The provisioner module serve method handles HTTP requets for an express server. The serve function supports the following paths:

PathContents
index.jsimplementation of <nodered-capacity> for use in the configuration wizard
0.0.17

4 years ago

0.0.16

4 years ago

0.0.14

4 years ago

0.0.15

4 years ago

0.0.13

4 years ago

0.0.11

4 years ago

0.0.12

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago