Greenstand/treetracker-infrastructure

Reduce the airflow resource

Open

#226 opened on Jan 27, 2024

View on GitHub
 (3 comments) (0 reactions) (1 assignee)HCL (40 forks)auto 404
Token: 10good first issuekubernetesrabbitMQ

Repository metrics

Stars
 (23 stars)
PR merge metrics
 (PR metrics pending)

Description

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.

Contributor guide