PERF(observability): optimize resources via VPA

- alertmanager: CPU 15m/15m, memory 100Mi/100Mi
- blackbox-exporter: CPU 15m/32m, memory 100Mi/100Mi
- goldilocks: controller 15m/25m, dashboard 15m/15m
- grafana: CPU 22m/24m, memory 144Mi/242Mi (upperBound)
- kube-state-metrics: CPU 15m/15m, memory 100Mi/100Mi
- loki: CPU 10m/69m, memory 225Mi/323Mi
- node-exporter: CPU 15m/15m, memory 100Mi/100Mi
- opentelemetry: CPU 34m/410m, memory 142Mi/1024Mi
- prometheus-operator: CPU 15m/15m, memory 100Mi/100Mi
- tempo: CPU 15m/15m, memory 100Mi/109Mi
- thanos: CPU 15m/15m, memory 100Mi/126Mi
- vpa: CPU 15m/15m, memory 100Mi/100Mi
This commit is contained in:
2026-01-12 01:07:58 +09:00
parent a70403d1ae
commit 3b5bf20902
12 changed files with 47 additions and 17 deletions

View File

@@ -5,11 +5,13 @@ fullnameOverride: blackbox-exporter
replicas: 1
# Resource settings (VPA lowerBound/upperBound)
resources:
requests:
cpu: 23m
cpu: 15m
memory: 100Mi
limits:
cpu: 32m
memory: 100Mi
config: