Skip to content

Commit 5621131

Browse files
committed
feat: increase frontend max instance count to 20
1 parent e6f5fe1 commit 5621131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/cloud_run_frontend.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ resource "google_cloud_run_v2_service" "registry_frontend" {
3434

3535
scaling {
3636
min_instance_count = var.production ? 1 : 0
37-
max_instance_count = 10
37+
max_instance_count = 20
3838
}
3939

4040
containers {

0 commit comments

Comments
 (0)