Skip to content

Commit

Permalink
fix(catsrc): remove limits on catalogsource pods
Browse files Browse the repository at this point in the history
this will prevent larger catalogs from starting
  • Loading branch information
openshift-merge-robot authored and ecordell committed Mar 18, 2020
1 parent 3455a00 commit 7f4ed7a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/controller/registry/reconciler/reconciler.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,6 @@ func Pod(source *v1alpha1.CatalogSource, name string, image string, labels map[s
InitialDelaySeconds: livenessDelay,
},
Resources: v1.ResourceRequirements{
Limits: v1.ResourceList{
v1.ResourceCPU: resource.MustParse("100m"),
v1.ResourceMemory: resource.MustParse("100Mi"),
},
Requests: v1.ResourceList{
v1.ResourceCPU: resource.MustParse("10m"),
v1.ResourceMemory: resource.MustParse("50Mi"),
Expand Down

0 comments on commit 7f4ed7a

Please sign in to comment.