File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
terraform/modules/run-service Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ variable "entry_point" {
2222 type = string
2323}
2424variable "available_memory_mb" {
25- default = " 2Gi "
25+ default = " 1Gi "
2626 type = string
2727 description = " The amount of memory for the Cloud Function"
2828}
2929variable "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}
6161variable "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}
You can’t perform that action at this time.
0 commit comments