PERF(prometheus): increase memory limit to 1Gi

- Increase memory request from 768Mi to 1Gi
- Increase memory limit from 768Mi to 1Gi
- Prevents OOM at 97% memory usage
This commit is contained in:
2026-01-12 03:16:40 +09:00
parent 7e61af372b
commit b145881fa2

View File

@@ -112,9 +112,9 @@ prometheus:
resources:
requests:
cpu: 50m
memory: 768Mi
memory: 1Gi
limits:
memory: 768Mi
memory: 1Gi
# ServiceMonitor selector - scrape all ServiceMonitors
serviceMonitorSelectorNilUsesHelmValues: false