From 72dcb125d590e3a3502b3851ada82ee97efb3b3e Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Mon, 22 Jun 2026 06:46:56 +0000 Subject: [PATCH] =?UTF-8?q?Revert=20"fix(monitoring):=20tempo=20OOMKilled?= =?UTF-8?q?=20=E2=80=94=20move=20resources=20under=20tempo.resources"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit a02782d11fae79f94cd1b8c73266fb18071b2293. --- stacks/monitoring/modules/monitoring/tempo.yaml | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/stacks/monitoring/modules/monitoring/tempo.yaml b/stacks/monitoring/modules/monitoring/tempo.yaml index ae6f63bc..b3132fab 100644 --- a/stacks/monitoring/modules/monitoring/tempo.yaml +++ b/stacks/monitoring/modules/monitoring/tempo.yaml @@ -22,17 +22,15 @@ tempo: # Tempo query/HTTP API — the Grafana datasource URL targets this (3100). server: http_listen_port: 3100 - # Container resources — the single-binary chart key is tempo.resources (NOT a - # top-level `resources:`). With it mis-placed the pod fell to the namespace - # LimitRange default and was OOMKilled (exit 137); set it explicitly here. - resources: - requests: - cpu: 100m - memory: 256Mi - limits: - memory: 2Gi persistence: enabled: true size: 20Gi storageClassName: proxmox-lvm + +resources: + requests: + cpu: 100m + memory: 256Mi + limits: + memory: 1Gi