Skip to content
This repository was archived by the owner on Jun 12, 2020. It is now read-only.

Commit e3fcd0d

Browse files
committed
fix: raise cpu limit for systemd exporter
1 parent 767039f commit e3fcd0d

File tree

1 file changed

+1
-1
lines changed
  • internal/bundle/application/applications/prometheussystemdexporter/yaml

1 file changed

+1
-1
lines changed

internal/bundle/application/applications/prometheussystemdexporter/yaml/default.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ func GetDefault() interface{} {
7979
"resources": map[string]*resourceList{
8080
"limits": {
8181
Memory: "100Mi",
82-
Cpu: "10m",
82+
Cpu: "250m",
8383
},
8484
"requests": {
8585
Memory: "100Mi",

0 commit comments

Comments
 (0)