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:
|
# Pipeline:
|
||||||
# Applications → OTel Collector → Tempo/Prometheus/Loki → Grafana
|
# Applications → OTel Collector → Tempo/Prometheus/Loki → Grafana
|
||||||
|
|
||||||
|
# =============================================================================
|
||||||
|
# Name Override
|
||||||
|
# =============================================================================
|
||||||
|
fullnameOverride: otel-collector
|
||||||
|
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
# Image Configuration
|
# Image Configuration
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
@@ -23,14 +28,14 @@ image:
|
|||||||
mode: daemonset
|
mode: daemonset
|
||||||
|
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
# Resource Limits (increased for log + metrics collection)
|
# Resource Limits (based on VPA recommendation)
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 50m
|
cpu: 25m
|
||||||
memory: 512Mi
|
memory: 400Mi
|
||||||
limits:
|
limits:
|
||||||
memory: 512Mi
|
memory: 400Mi
|
||||||
|
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
# Environment Variables
|
# Environment Variables
|
||||||
|
|||||||
Reference in New Issue
Block a user