We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 308dbf2 commit e8b0535Copy full SHA for e8b0535
1 file changed
tf/cloud-run/cloud-run.tf
@@ -26,6 +26,7 @@ resource "google_cloud_run_service" "default" {
26
annotations = {
27
// limit to one container instance
28
"autoscaling.knative.dev/maxScale" = "1"
29
+ "run.googleapis.com/ingress" = "internal-and-cloud-load-balancing"
30
}
31
32
0 commit comments