modified: hostport setting

This commit is contained in:
nsxshota 2023-11-21 16:54:04 +09:00
commit aa44214fef

View file

@ -59,7 +59,6 @@ export class FrontEndCluster extends Construct {
portMappings: [
{
name:frontendServiceName,
hostPort:80,
containerPort: containerPort,
protocol: ecs.Protocol.TCP,
appProtocol:ecs.AppProtocol.http,