From 740ddc1c54f774cf47176f82755ee80c4b58eaaa Mon Sep 17 00:00:00 2001 From: Celes Renata Date: Mon, 20 Apr 2026 12:16:51 +0000 Subject: [PATCH] fix: revert extractor to 1 replica (single GPU bottleneck) --- infra/helm/stonks-oracle/values-paper.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/infra/helm/stonks-oracle/values-paper.yaml b/infra/helm/stonks-oracle/values-paper.yaml index 8e4e196..3bc24af 100644 --- a/infra/helm/stonks-oracle/values-paper.yaml +++ b/infra/helm/stonks-oracle/values-paper.yaml @@ -33,8 +33,7 @@ ingress: trino: stonks-paper-trino.celestium.life tradingEngine: stonks-paper-trading.celestium.life -## Scale extractor to 3 replicas — Ollama handles concurrent requests -## and the backlog of SEC filings needs higher throughput +## Scale extractor — single GPU bottleneck, 1 pod is optimal services: extractor: - replicas: 3 + replicas: 1