Skip to content

Commit

Permalink
ci(fix): Duplicate rabbitmq port mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
topher-lo committed Apr 17, 2024
1 parent 8da5521 commit 71003ae
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions aws/stack.py
Original file line number Diff line number Diff line change
Expand Up @@ -691,10 +691,6 @@ def __init__(self, scope: Construct, id: str, **kwargs) -> None:
services=[ecs.ServiceConnectService(port_mapping_name="rabbitmq-port")]
),
)
rabbitmq_container.add_port_mappings(
ecs.PortMapping(container_port=5672), # RabbitMQ server
# ecs.PortMapping(container_port=15672) # Management UI
)

# Load balancer
alb = elbv2.ApplicationLoadBalancer(
Expand Down

0 comments on commit 71003ae

Please sign in to comment.