Skip to content

Commit

Permalink
Re-add requests section
Browse files Browse the repository at this point in the history
Signed-off-by: Annanay <[email protected]>
  • Loading branch information
Annanay committed Jan 29, 2019
1 parent 9f957e1 commit aa2da10
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/inject/sidecar.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,10 @@ func container(dep *appsv1.Deployment, jaeger *v1alpha1.Jaeger) v1.Container {
v1.ResourceLimitsCPU: CPULimit,
v1.ResourceLimitsMemory: MemLimit,
},
Requests: v1.ResourceList{
v1.ResourceRequestsCPU: CPULimit,
v1.ResourceRequestsMemory: MemLimit,
},
},
}
}
Expand Down

0 comments on commit aa2da10

Please sign in to comment.