Skip to content

Commit

Permalink
Fix default scale (#802)
Browse files Browse the repository at this point in the history
* GCP changed default max scale quota to 10
  • Loading branch information
hulto authored Nov 3, 2024
1 parent fc11bf9 commit 7f8b0d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ variable "min_scale" {
variable "max_scale" {
type = string
description = "Maximum number of CloudRun containers to run"
default = "100"
default = "10"
}
variable "enable_metrics" {
type = bool
Expand Down

0 comments on commit 7f8b0d8

Please sign in to comment.