From 6b90b0594dfc8574d485653fa57d628e2294fc94 Mon Sep 17 00:00:00 2001
From: Thomas Decaux <ebuildy@gmail.com>
Date: Fri, 18 Aug 2023 12:29:18 -0400
Subject: [PATCH] Tune exporter container cpu

---
 operator/redisfailover/service/constants.go | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/operator/redisfailover/service/constants.go b/operator/redisfailover/service/constants.go
index a42e2e13a..feb39ec6d 100644
--- a/operator/redisfailover/service/constants.go
+++ b/operator/redisfailover/service/constants.go
@@ -7,8 +7,8 @@ const (
 	exporterPortName              = "http-metrics"
 	exporterContainerName         = "redis-exporter"
 	sentinelExporterContainerName = "sentinel-exporter"
-	exporterDefaultRequestCPU     = "25m"
-	exporterDefaultLimitCPU       = "50m"
+	exporterDefaultRequestCPU     = "10m"
+	exporterDefaultLimitCPU       = "1000m"
 	exporterDefaultRequestMemory  = "50Mi"
 	exporterDefaultLimitMemory    = "100Mi"
 )
-- 
GitLab