Skip to content

Commit

Permalink
Merge pull request #262 from ww24/fix-screenshot-cpu
Browse files Browse the repository at this point in the history
fix(terraform): fix screenshot cpu resource
  • Loading branch information
ww24 authored Apr 30, 2022
2 parents a39abfd + 625760c commit 9f76d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/cloud_run_screenshot.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ resource "google_cloud_run_service" "screenshot" {

resources {
limits = {
cpu = "500m"
cpu = "900m"
memory = "500Mi"
}
}
Expand Down

0 comments on commit 9f76d02

Please sign in to comment.