feat(infrastructure): update number of rabbit replicas

This commit is contained in:
2025-09-24 16:00:56 +02:00
parent 04dcc192b4
commit c00b00c8c0

View File

@@ -60,7 +60,7 @@ resource "helm_release" "rabbitmq" {
},
{
name = "replicaCount"
value = "3"
value = "1"
},
{
name = "podAntiAffinityPreset"