Skip to content
Snippets Groups Projects
Commit 147d1112 authored by Malte Finsterwalder's avatar Malte Finsterwalder
Browse files

reduce memory to 200Mi

parent 3b781af0
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ resource "google_cloudfunctions2_function" "holi-chat-integration" {
service_config {
max_instance_count = 1
min_instance_count = local.environment_name == "production" ? 1 : 0
available_memory = "250Mi"
available_memory = "200Mi"
timeout_seconds = 120
available_cpu = 1
max_instance_request_concurrency = 50
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment