mirror of
https://github.com/dat515-2025/Group-8.git
synced 2026-03-22 23:20:56 +01:00
feat(infrastructure): update number of rabbit replicas
This commit is contained in:
@@ -60,7 +60,7 @@ resource "helm_release" "rabbitmq" {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name = "replicaCount"
|
name = "replicaCount"
|
||||||
value = "3"
|
value = "1"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name = "podAntiAffinityPreset"
|
name = "podAntiAffinityPreset"
|
||||||
|
|||||||
Reference in New Issue
Block a user