Skip to content

Commit

Permalink
feat(task-def): add docker labels
Browse files Browse the repository at this point in the history
  • Loading branch information
seaerchin committed Jan 30, 2024
1 parent 322b115 commit f76cb08
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .aws/deploy/backend-task-definition.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,11 @@
"value": "<DD_API_KEY>"
}
],
"dockerLabels": {
"com.datadoghq.tags.env": "<ENV>",
"com.datadoghq.tags.service": "<SERVICE>",
"com.datadoghq.tags.version": "<VERSION>"
},
"mountPoints": [],
"volumesFrom": [],
"secrets": [],
Expand Down
5 changes: 5 additions & 0 deletions .aws/deploy/backend-task-definition.staging.json
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,11 @@
"value": "<DD_API_KEY>"
}
],
"dockerLabels": {
"com.datadoghq.tags.env": "<ENV>",
"com.datadoghq.tags.service": "<SERVICE>",
"com.datadoghq.tags.version": "<VERSION>"
},
"mountPoints": [],
"volumesFrom": [],
"secrets": [],
Expand Down
5 changes: 5 additions & 0 deletions .aws/deploy/backend-task-definition.vapt.json
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,11 @@
"value": "<DD_API_KEY>"
}
],
"dockerLabels": {
"com.datadoghq.tags.env": "<ENV>",
"com.datadoghq.tags.service": "<SERVICE>",
"com.datadoghq.tags.version": "<VERSION>"
},
"mountPoints": [],
"volumesFrom": [],
"secrets": [],
Expand Down

0 comments on commit f76cb08

Please sign in to comment.