FIX(prometheus): increase memory limit to 1536Mi to resolve OOMKilled

- Prometheus pods were crashing with OOMKilled due to insufficient memory (768Mi)
- Increased memory requests and limits from 768Mi to 1536Mi
This commit is contained in:
2026-01-10 00:13:29 +09:00
parent 8ce6f95d92
commit 5bc0caa324

View File

@@ -84,9 +84,9 @@ prometheus:
resources: resources:
requests: requests:
cpu: 50m cpu: 50m
memory: 768Mi memory: 1536Mi
limits: limits:
memory: 768Mi memory: 1536Mi
# ServiceMonitor selector - disable direct scraping (OTel handles it) # ServiceMonitor selector - disable direct scraping (OTel handles it)
# Set to non-existent label to effectively disable # Set to non-existent label to effectively disable