mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-14 16:49:10 +00:00
expose public URI routes in ui
This commit is contained in:
parent
9ba1334e2b
commit
4ef4badec3
3 changed files with 16 additions and 1 deletions
|
@ -28,8 +28,16 @@ resource "google_cloud_run_service" "web" {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
metadata {
|
||||
annotations = {
|
||||
"autoscaling.knative.dev/maxScale" = "10"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
traffic {
|
||||
percent = 100
|
||||
latest_revision = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue