fix(prometheus): bump memory limit from 2Gi to 4Gi to prevent OOMKilled

This commit is contained in:
Platform Engineer Agent
2026-07-26 10:44:19 +00:00
parent 63557ef1b4
commit d5e4e37358

View File

@@ -42,7 +42,7 @@ spec:
memory: "1Gi"
cpu: "500m"
limits:
memory: "2Gi"
memory: "4Gi"
cpu: "1000m"
volumes:
- name: prometheus-config