Skip to content

Commit

Permalink
feat(aws): increased size
Browse files Browse the repository at this point in the history
  • Loading branch information
StanGirard committed Jul 27, 2023
1 parent 9809ef4 commit 56f254a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .aws/task_definition.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"taskDefinitionArn": "arn:aws:ecs:eu-west-3:253053805092:task-definition/quivr:157",
"taskDefinitionArn": "arn:aws:ecs:eu-west-3:253053805092:task-definition/quivr:160",
"containerDefinitions": [
{
"name": "quivr",
"image": "253053805092.dkr.ecr.eu-west-3.amazonaws.com/quivr:bada136312ad3497664c3562a36b263d43c89c53",
"cpu": 256,
"memory": 512,
"cpu": 512,
"memory": 1024,
"portMappings": [
{
"name": "quivr-5050-tcp",
Expand Down Expand Up @@ -40,7 +40,7 @@
"taskRoleArn": "arn:aws:iam::253053805092:role/ecsTaskExecutionRole",
"executionRoleArn": "arn:aws:iam::253053805092:role/ecsTaskExecutionRole",
"networkMode": "awsvpc",
"revision": 157,
"revision": 160,
"volumes": [],
"status": "ACTIVE",
"requiresAttributes": [
Expand Down Expand Up @@ -83,13 +83,13 @@
"requiresCompatibilities": [
"FARGATE"
],
"cpu": "256",
"memory": "512",
"cpu": "512",
"memory": "1024",
"runtimePlatform": {
"cpuArchitecture": "X86_64",
"operatingSystemFamily": "LINUX"
},
"registeredAt": "2023-07-27T12:13:41.543Z",
"registeredAt": "2023-07-27T13:27:07.192Z",
"registeredBy": "arn:aws:iam::253053805092:root",
"tags": []
}

0 comments on commit 56f254a

Please sign in to comment.