Greenstand / treetracker-infrastructure

Our cloud infrastructure.
GNU General Public License v2.0
20 stars 26 forks source link

Reduce the rabbitMQ resource #226

Open dadiorchen opened 9 months ago

dadiorchen commented 9 months ago

Now the rabbitMQ is resource consuming:

  439 NAME                            CPU(cores)   MEMORY(bytes)
  440 rabbitmqcluster-main-server-0   11m          118Mi
  441 rabbitmqcluster-main-server-1   24m          120Mi
  442 rabbitmqcluster-main-server-2   35m          162Mi
  443 NAME                                         CPU(cores)   MEMORY(bytes)
  444 rabbitmq-cluster-operator-7c5dcbf878-qxctr   3m           30Mi

If possible, we would like to have a single instance rather then a cluster with 3 nodes.

Mohmn commented 9 months ago

Shouldnt we use a hpa here to automatically scale our raabit mq cluster