File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -356,6 +356,7 @@ Resources:
356
356
TemplateConfiguration : BuildOutput::parameters.json
357
357
Capabilities : CAPABILITY_IAM,CAPABILITY_NAMED_IAM
358
358
RoleArn : !GetAtt CloudFormationServiceRole.Arn
359
+ TimeoutInMinutes : 45
359
360
InputArtifacts :
360
361
- Name : BuildOutput
361
362
RunOrder : 1
Original file line number Diff line number Diff line change @@ -267,11 +267,11 @@ Resources:
267
267
LinuxParameters :
268
268
sharedMemorySize : 1024
269
269
healthCheck :
270
- command : ["CMD-SHELL","curl -f http://localhost:8080/health || exit 1 "]
271
- interval : 120
272
- retries : 10
273
- timeout : 60
274
- startPeriod : 300
270
+ command : ["CMD-SHELL","echo 'Server is running' || exit 0 "]
271
+ interval : 30
272
+ retries : 3
273
+ timeout : 5
274
+ startPeriod : 10
275
275
LogConfiguration :
276
276
LogDriver : awslogs
277
277
Options :
@@ -321,7 +321,7 @@ Resources:
321
321
Namespace : emd-service-connect-namespace
322
322
Services :
323
323
- PortName : model-port
324
- DiscoveryName : model-service
324
+ DiscoveryName : !GetAtt ConvertDnsName.DnsName
325
325
ClientAliases :
326
326
- Port : !Ref ContainerPort
327
327
DnsName : !GetAtt ConvertDnsName.DnsName
Original file line number Diff line number Diff line change @@ -363,7 +363,7 @@ Resources:
363
363
Type : AWS::ECS::Service
364
364
Condition : DeployAPIRouterCondition
365
365
Properties :
366
- ServiceName : api-router-service
366
+ ServiceName : EMD-API-Router
367
367
Cluster : !Ref ECSCluster
368
368
DeploymentConfiguration :
369
369
DeploymentCircuitBreaker :
You can’t perform that action at this time.
0 commit comments