Skip to content

Commit

Permalink
cpu adn memory update
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaerbay committed Mar 15, 2022
1 parent f84fa99 commit 96c5ad4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/prod-working/templates/faceit_backend.json.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"name": "faceit-backend",
"image": "${docker_image_url_faceit_backend}",
"essential": true,
"cpu": 1024,
"memory": 512,
"cpu": 256,
"memory": 128,
"links": [],
"portMappings": [
{
Expand Down

0 comments on commit 96c5ad4

Please sign in to comment.