Skip to content

Commit

Permalink
Increase default init cpu for performance (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
johntrimble authored Sep 29, 2020
1 parent 07e79f8 commit 0eece87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operator/pkg/reconciliation/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var (
DefaultsLoggerContainer = buildResourceRequirements(100, 64)

// Provides reasonable defaults for the configuration container.
DefaultsConfigInitContainer = buildResourceRequirements(256, 256)
DefaultsConfigInitContainer = buildResourceRequirements(1000, 256)

// Provides reasonable defaults for the reaper sidecar container.
DefaultsReaperContainer = buildResourceRequirements(2000, 512)
Expand Down

0 comments on commit 0eece87

Please sign in to comment.