PERF(otel): reduce resources based on VPA recommendation
- Add fullnameOverride to simplify pod names - Reduce memory request from 512Mi to 400Mi - Reduce CPU request from 50m to 25m
This commit is contained in:
@@ -11,6 +11,11 @@
|
||||
# Pipeline:
|
||||
# Applications → OTel Collector → Tempo/Prometheus/Loki → Grafana
|
||||
|
||||
# =============================================================================
|
||||
# Name Override
|
||||
# =============================================================================
|
||||
fullnameOverride: otel-collector
|
||||
|
||||
# =============================================================================
|
||||
# Image Configuration
|
||||
# =============================================================================
|
||||
@@ -23,14 +28,14 @@ image:
|
||||
mode: daemonset
|
||||
|
||||
# =============================================================================
|
||||
# Resource Limits (increased for log + metrics collection)
|
||||
# Resource Limits (based on VPA recommendation)
|
||||
# =============================================================================
|
||||
resources:
|
||||
requests:
|
||||
cpu: 50m
|
||||
memory: 512Mi
|
||||
cpu: 25m
|
||||
memory: 400Mi
|
||||
limits:
|
||||
memory: 512Mi
|
||||
memory: 400Mi
|
||||
|
||||
# =============================================================================
|
||||
# Environment Variables
|
||||
|
||||
Reference in New Issue
Block a user