From 540d54c3f7efc8d59f7c046e273bb63c9f0a0195 Mon Sep 17 00:00:00 2001 From: Celes Renata Date: Thu, 16 Apr 2026 09:26:22 +0000 Subject: [PATCH] feat: scale aggregation to 4 replicas across cluster nodes --- infra/helm/stonks-oracle/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/helm/stonks-oracle/values.yaml b/infra/helm/stonks-oracle/values.yaml index 620a39c..d0c10f5 100644 --- a/infra/helm/stonks-oracle/values.yaml +++ b/infra/helm/stonks-oracle/values.yaml @@ -72,7 +72,7 @@ services: limits: { cpu: "1", memory: 512Mi } aggregation: - replicas: 1 + replicas: 4 image: aggregation command: "python -m services.aggregation.main" tier: processing