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: