Skip to content

Commit 2cc1b15

Browse files
committed
increase memory
1 parent 0da73bc commit 2cc1b15

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

infra/terraform/cloud_run.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ module "cloud_run_api_service" {
194194
service_account_email = google_service_account.api_runtime.email
195195
default_uri_disabled = terraform.workspace == "prod" && local.custom_domain_enabled
196196
min_instance_count = 0
197+
memory = "1024Mi"
197198
container_port = 8080
198199
allow_public_invoker = true
199200
env_vars = {

0 commit comments

Comments
 (0)