Skip to content

Commit

Permalink
Bump website cloud run traffic again (#2210)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkedar committed May 15, 2024
1 parent 247c558 commit 29e15fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment/terraform/modules/osv/website.tf
Original file line number Diff line number Diff line change
Expand Up @@ -187,11 +187,11 @@ resource "google_compute_url_map" "website" {
# TODO(michaelkedar): remove appengine when fully migrated
weighted_backend_services {
backend_service = module.gclb.backend_services.appengine.id
weight = 75
weight = 50
}
weighted_backend_services {
backend_service = module.gclb.backend_services.cloudrun.id
weight = 25
weight = 50
}
}
}
Expand Down

0 comments on commit 29e15fe

Please sign in to comment.