From aa44214fef5b56eb22e66be63c32940637291e64 Mon Sep 17 00:00:00 2001 From: nsxshota Date: Tue, 21 Nov 2023 16:54:04 +0900 Subject: [PATCH] modified: hostport setting --- deploy/scripts/cdk/lib/construct/frontend.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/deploy/scripts/cdk/lib/construct/frontend.ts b/deploy/scripts/cdk/lib/construct/frontend.ts index cb9e7085c..e5aec96b6 100644 --- a/deploy/scripts/cdk/lib/construct/frontend.ts +++ b/deploy/scripts/cdk/lib/construct/frontend.ts @@ -59,7 +59,6 @@ export class FrontEndCluster extends Construct { portMappings: [ { name:frontendServiceName, - hostPort:80, containerPort: containerPort, protocol: ecs.Protocol.TCP, appProtocol:ecs.AppProtocol.http,