Skip to content
This repository has been archived by the owner on Sep 10, 2022. It is now read-only.

Commit

Permalink
Increase min instance count to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Roelof committed Jan 20, 2021
1 parent 7b768b9 commit ed94dcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .cloud/terraform/cloud-run.tf
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ resource "google_cloud_run_service" "default" {
metadata {
annotations = {
"autoscaling.knative.dev/maxScale" = "1000"
"autoscaling.knative.dev/minScale" = "1"
"run.googleapis.com/cloudsql-instances" = data.google_sql_database_instance.db_mysql.connection_name
"run.googleapis.com/client-name" = "terraform"
}
Expand Down

0 comments on commit ed94dcd

Please sign in to comment.