Skip to content

Commit

Permalink
Revert "fix: increase default cpuRequest for askpass (#892)"
Browse files Browse the repository at this point in the history
This reverts commit af72406.
  • Loading branch information
karlkfi authored Oct 2, 2023
1 parent 62875d6 commit bc5049e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func ReconcilerContainerResourceDefaults() map[string]v1beta1.ContainerResources
},
reconcilermanager.GCENodeAskpassSidecar: {
ContainerName: reconcilermanager.GCENodeAskpassSidecar,
CPURequest: resource.MustParse("50m"),
CPURequest: resource.MustParse("10m"),
MemoryRequest: resource.MustParse("20Mi"),
},
metrics.OtelAgentName: {
Expand Down

0 comments on commit bc5049e

Please sign in to comment.