From 41be43a1422251707d47c21ab16c5edf35714d8a Mon Sep 17 00:00:00 2001 From: Simon Emms Date: Thu, 19 Dec 2024 19:35:43 +0000 Subject: [PATCH] fix: remove limits on prometheus statefulset --- registry/components/monitoring/application.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/registry/components/monitoring/application.yaml b/registry/components/monitoring/application.yaml index 97abe53..5961705 100644 --- a/registry/components/monitoring/application.yaml +++ b/registry/components/monitoring/application.yaml @@ -57,13 +57,6 @@ spec: prometheus: prometheusSpec: replicas: 2 - resources: - requests: - cpu: 250m - memory: 1200Mi - limits: - cpu: 500m - memory: 1600Mi podMonitorSelectorNilUsesHelmValues: true podMonitorSelector: matchLabels: