FIX(tempo): move resources to correct helm path
- Move resources from top-level to tempo.resources - Fix memory limit not being applied to container
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user