Skip to content

Commit

Permalink
Merge pull request #648 from ebuildy/tune-exporter-container-cpu
Browse files Browse the repository at this point in the history
Tune exporter container cpu
  • Loading branch information
ese authored Aug 21, 2023
2 parents 8bcd960 + 6b90b05 commit 632aa3d
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 632aa3d

Please sign in to comment.