Skip to content
Snippets Groups Projects
Commit 54b35324 authored by Ole Langbehn's avatar Ole Langbehn
Browse files

HOLI-2941 deploy production - scale to min 1

parent 75a2b545
No related branches found
No related tags found
No related merge requests found
......@@ -85,7 +85,7 @@ resource "google_cloud_run_service" "unified_api" {
}
metadata {
annotations = {
"autoscaling.knative.dev/minScale" = local.environment == "production" ? "0" : "0"
"autoscaling.knative.dev/minScale" = local.environment == "production" ? "1" : "0"
"autoscaling.knative.dev/maxScale" = local.environment == "production" ? "10" : "1"
"run.googleapis.com/vpc-access-connector" = data.terraform_remote_state.holi_infra_state.outputs.vpc_access_connector_name
# possible values: all-traffic/private-ranges-only(default) https://cloud.google.com/sdk/gcloud/reference/run/services/update#--vpc-egress
......
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