Skip to content

Commit

Permalink
increased task CPU and memory of production environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheetal-ayanworks committed Jul 8, 2024
1 parent 3a06459 commit 5f79a6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prod-agent-provisioning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
run: |
FAMILY=$(sed -n 's/.*"family": "\(.*\)",/\1/p' prod-taskdef/user-service.json)
NAME=$(sed -n 's/.*"name": "\(.*\)",/\1/p' prod-taskdef/user-service.json)
SERVICE_NAME="agent-provisioning_service"
SERVICE_NAME="${NAME}_service"
# Replace placeholders in the JSON file
sed -e "s;%BUILD_NUMBER%;${{ github.run_number }};g" -e "s;%REPOSITORY_URI%;${REPOSITORY_URI};g" prod-taskdef/user-service.json > ${GITHUB_WORKSPACE}/${NAME}-v_${{ github.run_number }}.json
Expand Down
4 changes: 2 additions & 2 deletions prod-taskdef/agent-provisioning.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"family": "PROD_AGENT-PROVISIONING_SERVICE_TASKDEFINITION",
"family": "PROD_AGENT_PROVISIONING_SERVICE_TASKDEFINITION",
"containerDefinitions": [
{
"name": "agent-provisioning",
Expand Down Expand Up @@ -33,7 +33,7 @@
"logDriver": "awslogs",
"options": {
"awslogs-create-group": "true",
"awslogs-group": "/ecs/PROD_AGENT-PROVISIONING_SERVICE_TASKDEFINITION",
"awslogs-group": "/ecs/PROD_AGENT_PROVISIONING_SERVICE_TASKDEFINITION",
"awslogs-region": "ap-southeast-1",
"awslogs-stream-prefix": "ecs"
},
Expand Down

0 comments on commit 5f79a6e

Please sign in to comment.