Skip to content

Commit

Permalink
Bump worker to match production
Browse files Browse the repository at this point in the history
svevang committed Nov 14, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 42bbb38 commit 917cfa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spire/templates/apps/augury.yml
Original file line number Diff line number Diff line change
@@ -506,8 +506,8 @@ Resources:
awslogs-group: !Ref WorkerTaskLogGroup
awslogs-region: !Ref AWS::Region
awslogs-stream-prefix: ecs
Memory: !If [IsProduction, 4000, 1000]
MemoryReservation: !If [IsProduction, 1000, 500]
Memory: !If [IsProduction, 4000, 3700]
MemoryReservation: !If [IsProduction, 1000, 1000]
Name: !Ref kWorkerContainerName
PortMappings:
- ContainerPort: !Ref kApplicationPort

0 comments on commit 917cfa2

Please sign in to comment.