container port

From wikieduonline
Revision as of 15:19, 9 March 2023 by Newworld3 (talk | contribs)
Jump to navigation Jump to search

.../...
load_balancer {
  target_group_arn = aws_lb_target_group.foo.arn
  container_name   = "mongo"
  container_port   = 8080
}
.../...


     ports:
       - name: http
         containerPort: 80
         protocol: TCP


Related: containerPort

Advertising: