FIX(prometheus): increase memory to 768Mi
- Prometheus was OOMKilled with 512Mi limit - Set both requests and limits to 768Mi
This commit is contained in:
@@ -84,9 +84,9 @@ prometheus:
|
|||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 50m
|
cpu: 50m
|
||||||
memory: 512Mi
|
memory: 768Mi
|
||||||
limits:
|
limits:
|
||||||
memory: 512Mi
|
memory: 768Mi
|
||||||
|
|
||||||
# ServiceMonitor 자동 발견 - 모든 ServiceMonitor 선택
|
# ServiceMonitor 자동 발견 - 모든 ServiceMonitor 선택
|
||||||
serviceMonitorSelectorNilUsesHelmValues: false
|
serviceMonitorSelectorNilUsesHelmValues: false
|
||||||
|
|||||||
Reference in New Issue
Block a user