Skip to content

Commit

Permalink
Tune exporter container cpu
Browse files Browse the repository at this point in the history
  • Loading branch information
ebuildy authored Aug 18, 2023
1 parent 469fbcb commit 6b90b05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions operator/redisfailover/service/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
Expand Down

0 comments on commit 6b90b05

Please sign in to comment.