Skip to content
Snippets Groups Projects
Commit d318e9c3 authored by Taha Cherfia's avatar Taha Cherfia
Browse files

infra: fix memory allocation

parent e2a2b388
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ resource "google_cloud_run_v2_service" "translation_api_service" {
resources {
limits = {
cpu = "1"
memory = local.environment == "production" ? "512Mi" : "256Mi"
memory = "512Mi"
}
}
}
......
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