feat: 🎸 datadog

added container
This commit is contained in:
Stan Girard 2024-01-27 13:40:48 -08:00
parent 1beb13b061
commit d306adcf9a

View File

@ -64,72 +64,67 @@
}
},
{
"containerDefinitions": [
"name": "datadog-agent",
"image": "public.ecr.aws/datadog/agent:latest",
"cpu": 100,
"memory": 512,
"essential": true,
"portMappings": [
{
"name": "datadog-agent",
"image": "public.ecr.aws/datadog/agent:latest",
"cpu": 100,
"memory": 512,
"essential": true,
"portMappings": [
{
"hostPort": 8126,
"protocol": "tcp",
"containerPort": 8126
}
],
"mountPoints": [
{
"containerPath": "/var/run/docker.sock",
"sourceVolume": "docker_sock",
"readOnly": null
},
{
"containerPath": "/host/sys/fs/cgroup",
"sourceVolume": "cgroup",
"readOnly": null
},
{
"containerPath": "/host/proc",
"sourceVolume": "proc",
"readOnly": null
}
],
"environment": [
{
"name": "DD_SITE",
"value": "datadoghq.com"
}
],
"environmentFiles": [
{
"value": "arn:aws:s3:::quivr-env-variables/preview.env",
"type": "s3"
}
]
"hostPort": 8126,
"protocol": "tcp",
"containerPort": 8126
}
],
"volumes": [
"mountPoints": [
{
"host": {
"sourcePath": "/var/run/docker.sock"
},
"name": "docker_sock"
"containerPath": "/var/run/docker.sock",
"sourceVolume": "docker_sock",
"readOnly": null
},
{
"host": {
"sourcePath": "/proc/"
},
"name": "proc"
"containerPath": "/host/sys/fs/cgroup",
"sourceVolume": "cgroup",
"readOnly": null
},
{
"host": {
"sourcePath": "/sys/fs/cgroup/"
},
"name": "cgroup"
"containerPath": "/host/proc",
"sourceVolume": "proc",
"readOnly": null
}
],
"family": "datadog-agent-task"
"environment": [
{
"name": "DD_SITE",
"value": "datadoghq.com"
}
],
"environmentFiles": [
{
"value": "arn:aws:s3:::quivr-env-variables/preview.env",
"type": "s3"
}
]
}
],
"volumes": [
{
"host": {
"sourcePath": "/var/run/docker.sock"
},
"name": "docker_sock"
},
{
"host": {
"sourcePath": "/proc/"
},
"name": "proc"
},
{
"host": {
"sourcePath": "/sys/fs/cgroup/"
},
"name": "cgroup"
}
],
"family": "quivr-preview",
@ -137,7 +132,6 @@
"executionRoleArn": "arn:aws:iam::253053805092:role/ecsTaskExecutionRole",
"networkMode": "awsvpc",
"revision": 4,
"volumes": [],
"status": "ACTIVE",
"requiresAttributes": [
{