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 c94f6e6 commit eb7d033
Show file tree
Hide file tree
Showing 13 changed files with 52 additions and 52 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": 1024,
"memory": 2048,
"cpu": 2048,
"memory": 8194,
"portMappings": [],
"essential": true,
"environment": [],
Expand Down Expand Up @@ -38,6 +38,6 @@
"requiresCompatibilities": [
"FARGATE"
],
"cpu": "1024",
"memory": "2048"
"cpu": 2048,
"memory": 8194
}
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": 1024,
"memory": 2048,
"cpu": 2048,
"memory": 8194,
"portMappings": [
{
"containerPort": 5000,
Expand Down Expand Up @@ -44,6 +44,6 @@
"requiresCompatibilities": [
"FARGATE"
],
"cpu": "1024",
"memory": "2048"
"cpu": 2048,
"memory": 8194
}
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": 1024,
"memory": 2048,
"cpu": 2048,
"memory": 8194,
"portMappings": [],
"essential": true,
"environment": [],
Expand Down Expand Up @@ -38,6 +38,6 @@
"requiresCompatibilities": [
"FARGATE"
],
"cpu": "1024",
"memory": "2048"
"cpu": 2048,
"memory": 8194
}
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": 1024,
"memory": 2048,
"cpu": 2048,
"memory": 8194,
"portMappings": [],
"essential": true,
"environment": [],
Expand Down Expand Up @@ -38,6 +38,6 @@
"requiresCompatibilities": [
"FARGATE"
],
"cpu": "1024",
"memory": "2048"
"cpu": 2048,
"memory": 8194
}
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": 1024,
"memory": 2048,
"cpu": 2048,
"memory": 8194,
"portMappings": [],
"essential": true,
"environment": [],
Expand Down Expand Up @@ -38,6 +38,6 @@
"requiresCompatibilities": [
"FARGATE"
],
"cpu": "1024",
"memory": "2048"
"cpu": 2048,
"memory": 8194
}
8 changes: 4 additions & 4 deletions stage-taskdef/ledger-service.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
{
"name": "ledger",
"image": "%REPOSITORY_URI%:LEDGER_V_%BUILD_NUMBER%",
"cpu": 1024,
"memory": 2048,
"cpu": 2048,
"memory": 8194,
"portMappings": [],
"essential": true,
"environment": [],
Expand Down Expand Up @@ -38,6 +38,6 @@
"requiresCompatibilities": [
"FARGATE"
],
"cpu": "1024",
"memory": "2048"
"cpu": 2048,
"memory": 8194
}
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": 1024,
"memory": 2048,
"cpu": 2048,
"memory": 8194,
"portMappings": [],
"essential": true,
"environment": [],
Expand Down Expand Up @@ -38,6 +38,6 @@
"requiresCompatibilities": [
"FARGATE"
],
"cpu": "1024",
"memory": "2048"
"cpu": 2048,
"memory": 8194
}
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": 1024,
"memory": 2048,
"cpu": 2048,
"memory": 8194,
"portMappings": [],
"essential": true,
"environment": [],
Expand Down Expand Up @@ -38,6 +38,6 @@
"requiresCompatibilities": [
"FARGATE"
],
"cpu": "1024",
"memory": "2048"
"cpu": 2048,
"memory": 8194
}
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": 1024,
"memory": 2048,
"cpu": 2048,
"memory": 8194,
"portMappings": [],
"essential": true,
"environment": [],
Expand Down Expand Up @@ -38,6 +38,6 @@
"requiresCompatibilities": [
"FARGATE"
],
"cpu": "1024",
"memory": "2048"
"cpu": 2048,
"memory": 8194
}
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": 1024,
"memory": 2048,
"cpu": 2048,
"memory": 8194,
"portMappings": [],
"essential": true,
"environment": [],
Expand Down Expand Up @@ -38,6 +38,6 @@
"requiresCompatibilities": [
"FARGATE"
],
"cpu": "1024",
"memory": "2048"
"cpu": 2048,
"memory": 8194
}
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": 1024,
"memory": 2048,
"cpu": 2048,
"memory": 8194,
"portMappings": [],
"essential": true,
"environment": [],
Expand Down Expand Up @@ -38,6 +38,6 @@
"requiresCompatibilities": [
"FARGATE"
],
"cpu": "1024",
"memory": "2048"
"cpu": 2048,
"memory": 8194
}
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": 1024,
"memory": 2048,
"cpu": 2048,
"memory": 8194,
"portMappings": [],
"essential": true,
"environment": [],
Expand Down Expand Up @@ -38,6 +38,6 @@
"requiresCompatibilities": [
"FARGATE"
],
"cpu": "1024",
"memory": "2048"
"cpu": 2048,
"memory": 8194
}
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": 1024,
"memory": 2048,
"cpu": 2048,
"memory": 8194,
"portMappings": [],
"essential": true,
"environment": [],
Expand Down Expand Up @@ -38,6 +38,6 @@
"requiresCompatibilities": [
"FARGATE"
],
"cpu": "1024",
"memory": "2048"
"cpu": 2048,
"memory": 8194
}

0 comments on commit eb7d033

Please sign in to comment.