SchwarzIT / node-red-chart

Node-red Helm Chart
Apache License 2.0
40 stars 25 forks source link

Is HA possible? #171

Closed dberardo-com closed 1 year ago

dberardo-com commented 1 year ago

Is your feature request related to a problem? Please describe.

I am not familiar to where the nodered stores information but i see a "replicaCount" attribute for this chart, so i wonder:

regards

Describe the solution you'd like

HA

Describe alternatives you've considered

Serverless frameworks

Search

Code of Conduct

Additional context

No response

dirien commented 1 year ago

Hi @dberardo-com,

thanks for posting the issue. Currently the chart does not support an HA setup of node-red.

We should possible make the replicaCount not configurable to avoid any confusions.

dirien commented 1 year ago

Hi @dberardo-com,

With https://github.com/SchwarzIT/node-red-chart/pull/180, we going to remove the option to configure the replicaCount to avoid any misunderstanding regarding a possible HA option of this Helm Chart.

dberardo-com commented 1 year ago

ok thanks, i assume that HA is in general not possible in node-red, regardless of this helm chart right ? just to confirm