Difference between revisions of "Container port"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 10: Line 10:
  
  
 +
[[Kubernetes deployments]]
 
       ports:
 
       ports:
 
         - name: http
 
         - name: http

Revision as of 15:20, 9 March 2023


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


Kubernetes deployments

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


Related: containerPort

Advertising: