Skip to content

Commit

Permalink
Add resources to build to promote more even scheduling (kube-burner#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
afcollins authored Jul 20, 2023
1 parent fbb9486 commit 50e987c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmd/kube-burner/ocp-config/cluster-density-v2/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ apiVersion: build.openshift.io/v1
metadata:
name: {{.JobName}}-{{.Replica}}
spec:
resources:
requests:
cpu: 10m
memory: "10Mi"
nodeSelector:
node-role.kubernetes.io/worker: ""
serviceAccount: builder
Expand Down

0 comments on commit 50e987c

Please sign in to comment.