Skip to content

Commit 9837809

Browse files
committed
Merge branch 'development'
2 parents cbb7306 + 295c14b commit 9837809

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

terraform/modules/run-service/variables.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ variable "entry_point" {
2222
type = string
2323
}
2424
variable "available_memory_mb" {
25-
default = "2Gi"
25+
default = "1Gi"
2626
type = string
2727
description = "The amount of memory for the Cloud Function"
2828
}
2929
variable "available_cpu" {
30-
default = "2"
30+
default = "1"
3131
type = string
3232
description = "The amount of CPU for the Cloud Function"
3333
}
@@ -59,7 +59,7 @@ variable "service_account_api_gateway" {
5959
description = "API Gateway service account who can invoke this function. This is required!"
6060
}
6161
variable "max_instances" {
62-
default = 10
62+
default = 2
6363
type = number
6464
description = "(Optional) The limit on the maximum number of function instances that may coexist at a given time."
6565
}

0 commit comments

Comments
 (0)