Skip to content

Commit

Permalink
Merge pull request #37 from maticnetwork/config_update
Browse files Browse the repository at this point in the history
fluentbit awsfirelens config added.
  • Loading branch information
nitinmittal23 authored Dec 28, 2023
2 parents f028998 + 9def95c commit da6602c
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 4 deletions.
6 changes: 4 additions & 2 deletions production-taskdef.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"requiresCompatibilities": ["FARGATE"],
"requiresCompatibilities": [
"FARGATE"
],
"inferenceAccelerators": [],
"containerDefinitions": [
{
Expand Down Expand Up @@ -192,4 +194,4 @@
"value": "proof-generator-api-taskdefinition"
}
]
}
}
36 changes: 34 additions & 2 deletions staging-taskdef.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"requiresCompatibilities": ["FARGATE"],
"requiresCompatibilities": [
"FARGATE"
],
"inferenceAccelerators": [],
"containerDefinitions": [
{
Expand Down Expand Up @@ -116,6 +118,36 @@
"repositoryCredentials": {
"credentialsParameter": ""
}
},
{
"essential": true,
"image": "amazon/aws-for-fluent-bit:stable",
"name": "log_router",
"firelensConfiguration": {
"type": "fluentbit",
"options": {
"enable-ecs-log-metadata": "true"
}
},
"environment": null,
"secrets": null,
"memoryReservation": 50,
"resourceRequirements": null,
"portMappings": [],
"environmentFiles": [],
"mountPoints": null,
"volumesFrom": null,
"hostname": null,
"user": null,
"workingDirectory": null,
"extraHosts": null,
"logConfiguration": null,
"ulimits": null,
"dockerLabels": null,
"dependsOn": null,
"repositoryCredentials": {
"credentialsParameter": ""
}
}
],
"volumes": [],
Expand Down Expand Up @@ -162,4 +194,4 @@
"value": "proof-generator-staging-taskdefinition"
}
]
}
}

0 comments on commit da6602c

Please sign in to comment.