Skip to content

Commit

Permalink
push live (#54)
Browse files Browse the repository at this point in the history
* re-instate master deployments

* moving gateway to us-e-2

* adding eu-w-1, turning back on all deploys

* Master (#51)

* moving gateway to us-e-2

* push live (#50)

* re-instate master deployments

* moving gateway to us-e-2

* adding eu-w-1, turning back on all deploys

* reduce CPU and ram of each instance

* turning master deploys back on
  • Loading branch information
nymd authored Mar 31, 2021
1 parent da50cdc commit fb2f8cf
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
10 changes: 5 additions & 5 deletions pocket-gateway/ecs-task-ap-southeast-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"environment": [],
"command": [],
"linuxParameters": null,
"cpu": 4096,
"cpu": 2048,
"resourceRequirements": null,
"ulimits": [
{
Expand All @@ -39,10 +39,10 @@
"workingDirectory": null,
"dockerSecurityOptions": null,
"memory": null,
"memoryReservation": 8192,
"memoryReservation": 2048,
"volumesFrom": [],
"stopTimeout": null,
"image": "059424750518.dkr.ecr.us-west-2.amazonaws.com/gateway:latest",
"image": "059424750518.dkr.ecr.ap-southeast-1.amazonaws.com/gateway:latest",
"startTimeout": null,
"firelensConfiguration": null,
"dependsOn": null,
Expand All @@ -63,15 +63,15 @@
}
],
"placementConstraints": [],
"memory": "8192",
"memory": "2048",
"taskRoleArn": null,
"family": "gateway",
"pidMode": null,
"requiresCompatibilities": [
"FARGATE"
],
"networkMode": "awsvpc",
"cpu": "4096",
"cpu": "2048",
"inferenceAccelerators": null,
"proxyConfiguration": null,
"volumes": []
Expand Down
8 changes: 4 additions & 4 deletions pocket-gateway/ecs-task-eu-west-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"environment": [],
"command": [],
"linuxParameters": null,
"cpu": 4096,
"cpu": 2048,
"resourceRequirements": null,
"ulimits": [
{
Expand All @@ -39,7 +39,7 @@
"workingDirectory": null,
"dockerSecurityOptions": null,
"memory": null,
"memoryReservation": 8192,
"memoryReservation": 2048,
"volumesFrom": [],
"stopTimeout": null,
"image": "059424750518.dkr.ecr.eu-west-1.amazonaws.com/gateway:latest",
Expand All @@ -63,15 +63,15 @@
}
],
"placementConstraints": [],
"memory": "8192",
"memory": "2048",
"taskRoleArn": null,
"family": "gateway",
"pidMode": null,
"requiresCompatibilities": [
"FARGATE"
],
"networkMode": "awsvpc",
"cpu": "4096",
"cpu": "2048",
"inferenceAccelerators": null,
"proxyConfiguration": null,
"volumes": []
Expand Down
8 changes: 4 additions & 4 deletions pocket-gateway/ecs-task-us-east-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"environment": [],
"command": [],
"linuxParameters": null,
"cpu": 4096,
"cpu": 2048,
"resourceRequirements": null,
"ulimits": [
{
Expand All @@ -39,7 +39,7 @@
"workingDirectory": null,
"dockerSecurityOptions": null,
"memory": null,
"memoryReservation": 8192,
"memoryReservation": 2048,
"volumesFrom": [],
"stopTimeout": null,
"image": "059424750518.dkr.ecr.us-east-2.amazonaws.com/gateway:latest",
Expand All @@ -63,15 +63,15 @@
}
],
"placementConstraints": [],
"memory": "8192",
"memory": "2048",
"taskRoleArn": null,
"family": "gateway",
"pidMode": null,
"requiresCompatibilities": [
"FARGATE"
],
"networkMode": "awsvpc",
"cpu": "4096",
"cpu": "2048",
"inferenceAccelerators": null,
"proxyConfiguration": null,
"volumes": []
Expand Down
8 changes: 4 additions & 4 deletions pocket-gateway/ecs-task-us-west-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"environment": [],
"command": [],
"linuxParameters": null,
"cpu": 4096,
"cpu": 2048,
"resourceRequirements": null,
"ulimits": [
{
Expand All @@ -39,7 +39,7 @@
"workingDirectory": null,
"dockerSecurityOptions": null,
"memory": null,
"memoryReservation": 8192,
"memoryReservation": 2048,
"volumesFrom": [],
"stopTimeout": null,
"image": "059424750518.dkr.ecr.us-west-2.amazonaws.com/gateway:latest",
Expand All @@ -63,15 +63,15 @@
}
],
"placementConstraints": [],
"memory": "8192",
"memory": "2048",
"taskRoleArn": null,
"family": "gateway",
"pidMode": null,
"requiresCompatibilities": [
"FARGATE"
],
"networkMode": "awsvpc",
"cpu": "4096",
"cpu": "2048",
"inferenceAccelerators": null,
"proxyConfiguration": null,
"volumes": []
Expand Down

0 comments on commit fb2f8cf

Please sign in to comment.