-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtaskdef.template
33 lines (33 loc) · 950 Bytes
/
taskdef.template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"executionRoleArn": "arn:aws:iam::482825264322:role/service-role/codebuild-codepipebuild-service-role",
"containerDefinitions": [
{
"name": "web",
"image": "482825264322.dkr.ecr.ap-northeast-2.amazonaws.com/demo-repository:latest",
"portMappings": [
{
"containerPort": 80,
"hostPort": 80,
"protocol": "tcp"
}
],
"essential": true,
"logConfiguration": {
"logDriver": "awslogs",
"secretOptions": [],
"options": {
"awslogs-group": "FargateSampleStack-fargateSampleServiceTaskDefwebLogGroup8ABD1DA8-ENXA20FCTY9H",
"awslogs-region": "ap-northeast-2",
"awslogs-stream-prefix": "fargateSampleService"
}
}
}
],
"family": "FargateSampleStackfargateSampleServiceTaskDefE9CB3C64",
"networkMode": "awsvpc",
"requiresCompatibilities": [
"FARGATE"
],
"cpu": "10",
"memory": "128"
}