Skip to content

Commit

Permalink
Added new container image for native part
Browse files Browse the repository at this point in the history
  • Loading branch information
smoell committed Apr 15, 2019
1 parent 64880c1 commit 36a3712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/tracking-service/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Resources:
ContainerDefinitions:
- Name: !Ref ServiceName
Essential: true
Image: !If [IsOpenJDKTarget, '275396840892.dkr.ecr.us-east-1.amazonaws.com/reactive-refarch:3.2', '275396840892.dkr.ecr.us-east-1.amazonaws.com/reactive-refarch-native:3.2']
Image: !If [IsOpenJDKTarget, '275396840892.dkr.ecr.us-east-1.amazonaws.com/reactive-refarch:3.2', '275396840892.dkr.ecr.us-east-1.amazonaws.com/reactive-refarch-native:3.3']
Memory: 2048
Cpu: 1024
HealthCheck:
Expand Down

0 comments on commit 36a3712

Please sign in to comment.