feat(infrastructure): update rabbitmq env
Some checks are pending
Deploy Prod / Build and push image (reusable) (push) Waiting to run
Deploy Prod / Helm upgrade/install (prod) (push) Blocked by required conditions

This commit is contained in:
2025-10-05 22:49:57 +02:00
parent 101bb34cb0
commit 316939b53c

View File

@@ -35,7 +35,7 @@ service:
rabbitmq: rabbitmq:
create: true create: true
replicas: 1 replicas: 1
storage: 1Gi storage: 5Gi
# Optional: override the generated cluster name; default is "<app.name>-rabbit[-<deployment>]" # Optional: override the generated cluster name; default is "<app.name>-rabbit[-<deployment>]"
clusterName: "" clusterName: ""
port: "5672" port: "5672"