Greenstand/treetracker-infrastructure

Reduce the airflow resource

Open

#226 aperta il 27 gen 2024

Vedi su GitHub
 (3 commenti) (0 reazioni) (1 assegnatario)HCL (40 fork)auto 404
Token: 10good first issuekubernetesrabbitMQ

Metriche repository

Star
 (23 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor