Difference between revisions of "Container port"
Jump to navigation
Jump to search
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | ||
.../... | .../... | ||
Line 10: | Line 10: | ||
− | Related: [[containerPort]] | + | [[Kubernetes deployments]] |
+ | ports: | ||
+ | - name: http | ||
+ | containerPort: 80 | ||
+ | protocol: TCP | ||
+ | |||
+ | |||
+ | |||
+ | [[services:]] | ||
+ | |||
+ | Related: <cpde>[[containerPort]]</code> |
Latest revision as of 10:59, 2 October 2024
.../... load_balancer { target_group_arn = aws_lb_target_group.foo.arn container_name = "mongo" container_port = 8080 } .../...
ports: - name: http containerPort: 80 protocol: TCP
services:
Related: <cpde>containerPort
Advertising: