Skip to content

Commit

Permalink
requests too
Browse files Browse the repository at this point in the history
Signed-off-by: Marcin Owsiany <mowsiany@D2iQ.com>
  • Loading branch information
porridge committed Apr 22, 2020
1 parent 0828f7b commit c975e8d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Dispatchfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ task("lint", inputs=["git"], steps=[k8s.corev1.Container(
limits={
"cpu": k8s.resource_quantity("2000m"),
"memory": k8s.resource_quantity("7.5Gi")
},
requests={
"cpu": k8s.resource_quantity("2000m"),
"memory": k8s.resource_quantity("7.5Gi")
}
)
)])
Expand All @@ -27,6 +31,10 @@ task("integration-test", inputs=["git"], steps=[k8s.corev1.Container(
limits={
"cpu": k8s.resource_quantity("2000m"),
"memory": k8s.resource_quantity("7.5Gi")
},
requests={
"cpu": k8s.resource_quantity("2000m"),
"memory": k8s.resource_quantity("7.5Gi")
}
)
)])
Expand Down

0 comments on commit c975e8d

Please sign in to comment.