Skip to content

Commit

Permalink
fix(k8s): increase cpu requests for preprocessing from 10m to 100m (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusroemer authored May 22, 2024
1 parent 6f6b278 commit dabff53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
resources:
requests:
memory: "40Mi"
cpu: "10m"
cpu: "100m"
limits:
memory: "3Gi"
env:
Expand Down

0 comments on commit dabff53

Please sign in to comment.