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:
@@ -14,19 +14,16 @@ priorityClassName: medium-priority
|
|||||||
replicas: 1
|
replicas: 1
|
||||||
|
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
# Resource Limits (optimized for small cluster)
|
# Tempo Configuration
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
resources:
|
tempo:
|
||||||
|
# Resource Limits (optimized for small cluster)
|
||||||
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 15m
|
cpu: 15m
|
||||||
memory: 100Mi
|
memory: 100Mi
|
||||||
limits:
|
limits:
|
||||||
memory: 100Mi
|
memory: 100Mi
|
||||||
|
|
||||||
# =============================================================================
|
|
||||||
# Tempo Configuration
|
|
||||||
# =============================================================================
|
|
||||||
tempo:
|
|
||||||
# Receivers - protocols Tempo accepts
|
# Receivers - protocols Tempo accepts
|
||||||
receivers:
|
receivers:
|
||||||
otlp:
|
otlp:
|
||||||
|
|||||||
Reference in New Issue
Block a user