Skip to content

Commit

Permalink
Google has a bug, this is a workaround given by them :) (#443)
Browse files Browse the repository at this point in the history
* Google has a bug, this is a workaround given by them :)

* why do this??

* fml
  • Loading branch information
Andrei-Predoiu committed May 16, 2024
1 parent b68ccae commit fe84234
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion terraform/modules/cloud_run/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,10 @@ resource "google_cloud_run_v2_service" "main" {
}
volumes {
name = "secrets"
empty_dir {}
empty_dir {
medium = "MEMORY"
size_limit = "1Mi"
}
}
volumes {
name = "cloudsql"
Expand Down

0 comments on commit fe84234

Please sign in to comment.