Skip to content

Commit

Permalink
fix(buildkit): requests 16 cpu for amd64
Browse files Browse the repository at this point in the history
This will ensure it schedules on a big node. Unfortunately I don't have
a big arm64 node.
  • Loading branch information
jfroy committed Dec 11, 2024
1 parent 8215be1 commit 269a472
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kubernetes/apps/default/buildkit/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ spec:
- workers
initialDelaySeconds: 5
periodSeconds: 30
resources:
requests:
cpu: 16
securityContext:
privileged: true
service:
Expand Down

0 comments on commit 269a472

Please sign in to comment.