add portMapping hostport
This commit is contained in:
parent
2f9cf685d4
commit
8b0598e07b
1 changed files with 1 additions and 0 deletions
|
|
@ -59,6 +59,7 @@ export class FrontEndCluster extends Construct {
|
|||
portMappings: [
|
||||
{
|
||||
name:frontendServiceName,
|
||||
hostPort:80,
|
||||
containerPort: containerPort,
|
||||
protocol: ecs.Protocol.TCP,
|
||||
appProtocol:ecs.AppProtocol.http,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue