Skip to content

Commit 5585fe2

Browse files
committed
port 8080 for metrics
1 parent 65aac37 commit 5585fe2

File tree

1 file changed

+1
-0
lines changed
  • deployment/modules/gcp/cloudrun

1 file changed

+1
-0
lines changed

deployment/modules/gcp/cloudrun/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ resource "google_cloud_run_v2_service" "default" {
4141
"--logtostderr",
4242
"--v=1",
4343
"--http_endpoint=:6962",
44+
"--metrics_endpoint=:8080",
4445
"--bucket=${var.bucket}",
4546
"--spanner_db_path=${local.spanner_log_db_path}",
4647
"--spanner_dedup_db_path=${local.spanner_dedup_db_path}",

0 commit comments

Comments
 (0)