From 7cbc0c810e53f68f04de7a93b256fea586296465 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Mon, 12 Jan 2026 00:21:12 +0900 Subject: [PATCH] FIX(tempo): move resources to correct helm path - Move resources from top-level to tempo.resources - Fix memory limit not being applied to container --- tempo/helm-values.yaml | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/tempo/helm-values.yaml b/tempo/helm-values.yaml index 840a144..8eaab14 100644 --- a/tempo/helm-values.yaml +++ b/tempo/helm-values.yaml @@ -13,20 +13,17 @@ priorityClassName: medium-priority # Single replica replicas: 1 -# ============================================================================= -# Resource Limits (optimized for small cluster) -# ============================================================================= -resources: - requests: - cpu: 15m - memory: 100Mi - limits: - memory: 100Mi - # ============================================================================= # Tempo Configuration # ============================================================================= tempo: + # Resource Limits (optimized for small cluster) + resources: + requests: + cpu: 15m + memory: 100Mi + limits: + memory: 100Mi # Receivers - protocols Tempo accepts receivers: otlp: