Revert "fix(monitoring): tempo OOMKilled — move resources under tempo.resources"

This reverts commit a02782d11f.
This commit is contained in:
Viktor Barzin 2026-06-22 06:46:56 +00:00
parent a02782d11f
commit 72dcb125d5

View file

@ -22,17 +22,15 @@ tempo:
# Tempo query/HTTP API — the Grafana datasource URL targets this (3100). # Tempo query/HTTP API — the Grafana datasource URL targets this (3100).
server: server:
http_listen_port: 3100 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: persistence:
enabled: true enabled: true
size: 20Gi size: 20Gi
storageClassName: proxmox-lvm storageClassName: proxmox-lvm
resources:
requests:
cpu: 100m
memory: 256Mi
limits:
memory: 1Gi