Showing
1 changed file
with
6 additions
and
3 deletions
1 | { | 1 | { |
2 | + "executionRoleArn": "arn:aws-cn:iam::860721417875:role/ecsTaskExecutionRole", | ||
2 | "containerDefinitions": [ | 3 | "containerDefinitions": [ |
3 | { | 4 | { |
4 | "logConfiguration": { | 5 | "logConfiguration": { |
@@ -24,7 +25,6 @@ | @@ -24,7 +25,6 @@ | ||
24 | } | 25 | } |
25 | ], | 26 | ], |
26 | "mountPoints": [], | 27 | "mountPoints": [], |
27 | - "memory": 200, | ||
28 | "memoryReservation": 100, | 28 | "memoryReservation": 100, |
29 | "volumesFrom": [], | 29 | "volumesFrom": [], |
30 | "image": "860721417875.dkr.ecr.cn-north-1.amazonaws.com.cn/%IMAGE_VERSION%", | 30 | "image": "860721417875.dkr.ecr.cn-north-1.amazonaws.com.cn/%IMAGE_VERSION%", |
@@ -32,11 +32,14 @@ | @@ -32,11 +32,14 @@ | ||
32 | "name": "ufo-app-web" | 32 | "name": "ufo-app-web" |
33 | } | 33 | } |
34 | ], | 34 | ], |
35 | - "memory": "300", | 35 | + "memory": "512", |
36 | "taskRoleArn": "", | 36 | "taskRoleArn": "", |
37 | + "requiresCompatibilities": [ | ||
38 | + "FARGATE" | ||
39 | + ], | ||
37 | "family": "ufo-app-web", | 40 | "family": "ufo-app-web", |
38 | "networkMode": "awsvpc", | 41 | "networkMode": "awsvpc", |
39 | - "cpu": "200", | 42 | + "cpu": "256", |
40 | "volumes": [], | 43 | "volumes": [], |
41 | "placementConstraints": [] | 44 | "placementConstraints": [] |
42 | } | 45 | } |
-
Please register or login to post a comment