Skip to content

Commit

Permalink
Increased in CPU and memory configuration on stage
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheetal-ayanworks committed Jul 2, 2024
1 parent abdeed1 commit d8ec34c
Show file tree
Hide file tree
Showing 13 changed files with 50 additions and 50 deletions.
8 changes: 4 additions & 4 deletions stage-taskdef/agent-service.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
{
"name": "agent",
"image": "%REPOSITORY_URI%:AGENT_V_%BUILD_NUMBER%",
"cpu": 2048,
"memory": 8194,
"cpu": 1024,
"memory": 2048,
"portMappings": [],
"essential": true,
"environment": [],
Expand Down Expand Up @@ -38,6 +38,6 @@
"requiresCompatibilities": [
"FARGATE"
],
"cpu": "2048",
"memory": "8194"
"cpu": "1024",
"memory": "2048"
}
8 changes: 4 additions & 4 deletions stage-taskdef/api-gateway-service.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
{
"name": "api_gateway",
"image": "%REPOSITORY_URI%:API-GATEWAY_V_%BUILD_NUMBER%",
"cpu": 2048,
"memory": 8194,
"cpu": 1024,
"memory": 2048,
"portMappings": [
{
"containerPort": 5000,
Expand Down Expand Up @@ -44,6 +44,6 @@
"requiresCompatibilities": [
"FARGATE"
],
"cpu": "2048",
"memory": "8194"
"cpu": "1024",
"memory": "2048"
}
8 changes: 4 additions & 4 deletions stage-taskdef/connection-service.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
{
"name": "connection",
"image": "%REPOSITORY_URI%:CONNECTION_V_%BUILD_NUMBER%",
"cpu": 2048,
"memory": 8194,
"cpu": 1024,
"memory": 2048,
"portMappings": [],
"essential": true,
"environment": [],
Expand Down Expand Up @@ -38,6 +38,6 @@
"requiresCompatibilities": [
"FARGATE"
],
"cpu": "2048",
"memory": "8194"
"cpu": "1024",
"memory": "2048"
}
8 changes: 4 additions & 4 deletions stage-taskdef/ecosystem-service.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
{
"name": "ecosystem",
"image": "%REPOSITORY_URI%:ECOSYSTEM_V_%BUILD_NUMBER%",
"cpu": 2048,
"memory": 8194,
"cpu": 1024,
"memory": 2048,
"portMappings": [],
"essential": true,
"environment": [],
Expand Down Expand Up @@ -38,6 +38,6 @@
"requiresCompatibilities": [
"FARGATE"
],
"cpu": "2048",
"memory": "8194"
"cpu": "1024",
"memory": "2048"
}
8 changes: 4 additions & 4 deletions stage-taskdef/issuance-service.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
{
"name": "issuance",
"image": "%REPOSITORY_URI%:ISSUANCE_V_%BUILD_NUMBER%",
"cpu": 2048,
"memory": 8194,
"cpu": 1024,
"memory": 2048,
"portMappings": [],
"essential": true,
"environment": [],
Expand Down Expand Up @@ -38,6 +38,6 @@
"requiresCompatibilities": [
"FARGATE"
],
"cpu": "2048",
"memory": "8194"
"cpu": "1024",
"memory": "2048"
}
4 changes: 2 additions & 2 deletions stage-taskdef/ledger-service.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"requiresCompatibilities": [
"FARGATE"
],
"cpu": "2048",
"memory": "8194"
"cpu": "1024",
"memory": "2048"
}
8 changes: 4 additions & 4 deletions stage-taskdef/notification-service.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
{
"name": "notification",
"image": "%REPOSITORY_URI%:NOTIFICATION_V_%BUILD_NUMBER%",
"cpu": 2048,
"memory": 8194,
"cpu": 1024,
"memory": 2048,
"portMappings": [],
"essential": true,
"environment": [],
Expand Down Expand Up @@ -38,6 +38,6 @@
"requiresCompatibilities": [
"FARGATE"
],
"cpu": "2048",
"memory": "8194"
"cpu": "1024",
"memory": "2048"
}
8 changes: 4 additions & 4 deletions stage-taskdef/notification-webhook-service.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
{
"name": "notification-webhook",
"image": "%REPOSITORY_URI%:NOTIFICATION-WEBHOOK_V_%BUILD_NUMBER%",
"cpu": 2048,
"memory": 8194,
"cpu": 1024,
"memory": 2048,
"portMappings": [],
"essential": true,
"environment": [],
Expand Down Expand Up @@ -38,6 +38,6 @@
"requiresCompatibilities": [
"FARGATE"
],
"cpu": "2048",
"memory": "8194"
"cpu": "1024",
"memory": "2048"
}
8 changes: 4 additions & 4 deletions stage-taskdef/organization-service.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
{
"name": "organization",
"image": "%REPOSITORY_URI%:ORGANIZATION_V_%BUILD_NUMBER%",
"cpu": 2048,
"memory": 8194,
"cpu": 1024,
"memory": 2048,
"portMappings": [],
"essential": true,
"environment": [],
Expand Down Expand Up @@ -38,6 +38,6 @@
"requiresCompatibilities": [
"FARGATE"
],
"cpu": "2048",
"memory": "8194"
"cpu": "1024",
"memory": "2048"
}
8 changes: 4 additions & 4 deletions stage-taskdef/user-service.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
{
"name": "user",
"image": "%REPOSITORY_URI%:USER_V_%BUILD_NUMBER%",
"cpu": 2048,
"memory": 8194,
"cpu": 1024,
"memory": 2048,
"portMappings": [],
"essential": true,
"environment": [],
Expand Down Expand Up @@ -38,6 +38,6 @@
"requiresCompatibilities": [
"FARGATE"
],
"cpu": "2048",
"memory": "8194"
"cpu": "1024",
"memory": "2048"
}
8 changes: 4 additions & 4 deletions stage-taskdef/utility-service.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
{
"name": "utility",
"image": "%REPOSITORY_URI%:UTILITY_V_%BUILD_NUMBER%",
"cpu": 2048,
"memory": 8194,
"cpu": 1024,
"memory": 2048,
"portMappings": [],
"essential": true,
"environment": [],
Expand Down Expand Up @@ -38,6 +38,6 @@
"requiresCompatibilities": [
"FARGATE"
],
"cpu": "2048",
"memory": "8194"
"cpu": "1024",
"memory": "2048"
}
8 changes: 4 additions & 4 deletions stage-taskdef/verification-service.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
{
"name": "verification",
"image": "%REPOSITORY_URI%:VERIFICATION_V_%BUILD_NUMBER%",
"cpu": 2048,
"memory": 8194,
"cpu": 1024,
"memory": 2048,
"portMappings": [],
"essential": true,
"environment": [],
Expand Down Expand Up @@ -38,6 +38,6 @@
"requiresCompatibilities": [
"FARGATE"
],
"cpu": "2048",
"memory": "8194"
"cpu": "1024",
"memory": "2048"
}
8 changes: 4 additions & 4 deletions stage-taskdef/webhook-service.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
{
"name": "webhook",
"image": "%REPOSITORY_URI%:WEBHOOK_V_%BUILD_NUMBER%",
"cpu": 2048,
"memory": 8194,
"cpu": 1024,
"memory": 2048,
"portMappings": [],
"essential": true,
"environment": [],
Expand Down Expand Up @@ -38,6 +38,6 @@
"requiresCompatibilities": [
"FARGATE"
],
"cpu": "2048",
"memory": "8194"
"cpu": "1024",
"memory": "2048"
}

0 comments on commit d8ec34c

Please sign in to comment.