expose public URI routes in ui

This commit is contained in:
41666 2020-12-06 07:24:46 -05:00
parent 9ba1334e2b
commit 4ef4badec3
3 changed files with 16 additions and 1 deletions

View file

@ -28,8 +28,16 @@ resource "google_cloud_run_service" "web" {
}
}
}
metadata {
annotations = {
"autoscaling.knative.dev/maxScale" = "10"
}
}
}
traffic {
percent = 100
latest_revision = true