fix(observability): subir limite Prometheus 1500Mi->2560Mi (OOM en replay WAL)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_011mSH96vrGgdaxj5AKuEUAq
This commit is contained in:
2026-07-22 20:24:10 +00:00
parent 9b993f0642
commit 4fc37ba0d5
@@ -168,7 +168,9 @@ prometheus:
cpu: 250m
memory: 700Mi
limits:
memory: 1500Mi
# 2560Mi (no menos): el replay del WAL al arrancar necesita mas pico que
# el estado estable; con 1500Mi hace OOMKilled -> CrashLoopBackOff.
memory: 2560Mi
storageSpec:
volumeClaimTemplate:
spec: