Skip to content

Commit

Permalink
Merge pull request #36 from maticnetwork/amoy-migration
Browse files Browse the repository at this point in the history
upd: staging taskdef
  • Loading branch information
nitinmittal23 authored Dec 28, 2023
2 parents cc3aff7 + 409b178 commit f028998
Showing 1 changed file with 13 additions and 43 deletions.
56 changes: 13 additions & 43 deletions staging-taskdef.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,19 @@
"logConfiguration": {
"logDriver": "awsfirelens",
"options": {
"@type": "null"
}
"Name": "datadog",
"Host": "http-intake.logs.datadoghq.com",
"dd_service": "proof-generator-api-staging",
"dd_source": "nodejs",
"TLS": "on",
"provider": "ecs"
},
"secretOptions": [
{
"name": "apiKey",
"valueFrom": "arn:aws:ssm:eu-west-1:070528468658:parameter/proof-generator-staging/DATADOG_APIKEY"
}
]
},
"entryPoint": null,
"portMappings": [
Expand Down Expand Up @@ -105,47 +116,6 @@
"repositoryCredentials": {
"credentialsParameter": ""
}
},
{
"name": "log_router_coralogix",
"image": "docker.io/coralogixrepo/fluentd-coralogix-ecs:v1.15.2",
"cpu": 0,
"portMappings": [],
"essential": true,
"environment": [
{
"name": "APP_NAME",
"value": "proof-generator-staging"
},
{
"name": "ENDPOINT",
"value": "api.coralogix.com"
},
{
"name": "log_level",
"value": "error"
},
{
"name": "SUB_SYSTEM",
"value": "proof-generator-staging-subsystem"
}
],
"mountPoints": [],
"volumesFrom": [],
"secrets": [
{
"name": "PRIVATE_KEY",
"valueFrom": "arn:aws:ssm:eu-west-1:070528468658:parameter/proof-generator-staging/CORALOGIX_PRIVATE_KEY"
}
],
"user": "0",
"firelensConfiguration": {
"type": "fluentd",
"options": {
"config-file-type": "file",
"config-file-value": "/fluentd/etc/firelens.conf"
}
}
}
],
"volumes": [],
Expand Down

0 comments on commit f028998

Please sign in to comment.