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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user