Container port

From wikieduonline
Revision as of 10:59, 2 October 2024 by Welcome (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


.../...
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


services:

Related: <cpde>containerPort

Advertising: