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:
|
||||
requests:
|
||||
cpu: 50m
|
||||
memory: 768Mi
|
||||
memory: 1536Mi
|
||||
limits:
|
||||
memory: 768Mi
|
||||
memory: 1536Mi
|
||||
|
||||
# ServiceMonitor selector - disable direct scraping (OTel handles it)
|
||||
# Set to non-existent label to effectively disable
|
||||
|
||||
Reference in New Issue
Block a user