Skip to content

Commit e8b0535

Browse files
authored
fix cloud run policy violation (#88)
1 parent 308dbf2 commit e8b0535

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tf/cloud-run/cloud-run.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ resource "google_cloud_run_service" "default" {
2626
annotations = {
2727
// limit to one container instance
2828
"autoscaling.knative.dev/maxScale" = "1"
29+
"run.googleapis.com/ingress" = "internal-and-cloud-load-balancing"
2930
}
3031
}
3132

0 commit comments

Comments
 (0)