Skip to content

Commit

Permalink
Add named port
Browse files Browse the repository at this point in the history
  • Loading branch information
pondzix committed Apr 24, 2024
1 parent 5371687 commit 8a370a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ module "service" {
service_account_email = google_service_account.sa.email
associate_public_ip_address = var.associate_public_ip_address

named_port_http = "http"
ingress_port = local.ingress_port
health_check_path = "/"
}

0 comments on commit 8a370a2

Please sign in to comment.