Skip to content

Commit

Permalink
fix: increase resources
Browse files Browse the repository at this point in the history
  • Loading branch information
cbini committed Jul 5, 2024
1 parent 6f012da commit 88e2488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/teamster/code_locations/kipptaf/dbt/assets.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
op_tags={
"dagster-k8s/config": {
"container_config": {
"resources": {"requests": {"cpu": "750m"}, "limits": {"cpu": "750m"}}
"resources": {"requests": {"cpu": "1000m"}, "limits": {"cpu": "1000m"}}
}
}
},
Expand Down

0 comments on commit 88e2488

Please sign in to comment.