cozystack/packages/apps/rabbitmq
Andrei Kvapil 3b8a9f9d2c
Configure all apps to use new function to generate subjects
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
2025-06-16 20:32:11 +02:00
..
charts Use library chart for resource management 2025-06-04 09:05:21 +03:00
logos Update dashboard icons (#274) 2024-08-12 14:47:11 +02:00
templates Configure all apps to use new function to generate subjects 2025-06-16 20:32:11 +02:00
.helmignore Ship all logos with Cozystack 2024-07-16 17:31:52 +02:00
Chart.yaml Configure all apps to use new function to generate subjects 2025-06-16 20:32:11 +02:00
Makefile DX: Use generic Makefile for packages (#288) 2024-08-16 10:26:13 +02:00
README.md feature/add-presets 2025-03-13 17:03:00 +03:00
values.schema.json feature/add-presets 2025-03-13 17:03:00 +03:00
values.yaml feature/add-presets 2025-03-13 17:03:00 +03:00

Managed RabbitMQ Service

RabbitMQ is a robust message broker that plays a crucial role in modern distributed systems. Our Managed RabbitMQ Service simplifies the deployment and management of RabbitMQ clusters, ensuring reliability and scalability for your messaging needs.

Deployment Details

The service utilizes official RabbitMQ operator. This ensures the reliability and seamless operation of your RabbitMQ instances.

Parameters

Common parameters

Name Description Value
external Enable external access from outside the cluster false
size Persistent Volume size 10Gi
replicas Number of RabbitMQ replicas 3
storageClass StorageClass used to store the data ""

Configuration parameters

Name Description Value
users Users configuration {}
vhosts Virtual Hosts configuration {}
resources Resources {}
resourcesPreset Set container resources according to one common preset (allowed values: none, nano, micro, small, medium, large, xlarge, 2xlarge). This is ignored if resources is set (resources is recommended for production). nano