RocketChat / helm-charts

Repository for RocketChat helm charts
37 stars 67 forks source link

Value microservices.nats.replicas has no effect #72

Open matthias4217 opened 2 years ago

matthias4217 commented 2 years ago

In a microservice configuration, trying to scale NATS using microservices.nats.replicas has no effect. Nowhere in the code is this value used.

According to NATS documentaion, this can be done using the following values for Rocketchat chart :

nats:
  cluster:
    enabled: true
    replicas: 3

This would be nice to either use microservices.nats.replicas, or correct the README to indicate how to scale up NATS.

I haven't checked if the other microservices.<service>.replicas are implemented.