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

Commit

Permalink
fix: raise cpu limit for systemd exporter
Browse files Browse the repository at this point in the history
  • Loading branch information
eliobischof committed Apr 22, 2020
1 parent 767039f commit e3fcd0d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ func GetDefault() interface{} {
"resources": map[string]*resourceList{
"limits": {
Memory: "100Mi",
Cpu: "10m",
Cpu: "250m",
},
"requests": {
Memory: "100Mi",
Expand Down

0 comments on commit e3fcd0d

Please sign in to comment.