fix(infrastructure): prometheus

This commit is contained in:
2025-10-05 01:23:22 +02:00
parent 8edaaee117
commit 9cbe121b11
12 changed files with 332 additions and 25 deletions

View File

@@ -65,7 +65,11 @@ resource "helm_release" "rabbitmq" {
{
name = "podAntiAffinityPreset"
value = "soft"
}
},
{
name = "image.repository"
value = "bitnamilegacy/rabbitmq"
},
]
}