Toggle navigation
Toggle navigation
This project
Loading...
Sign in
yoho-cicd
/
jenkins-pipeline
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
jimi
2019-10-31 21:07:28 +0800
Commit
be8b87ce67aedaa09379ba230497b5a2d59584d4
1 parent
89929963
add ufo-app-web
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
Docker-Image-Deplopy/aws/ufo-app-web-template.json
Docker-Image-Deplopy/aws/ufo-app-web-template.json
View file @
be8b87c
{
"executionRoleArn"
:
"arn:aws-cn:iam::860721417875:role/ecsTaskExecutionRole"
,
"containerDefinitions"
:
[
{
"logConfiguration"
:
{
...
...
@@ -24,7 +25,6 @@
}
],
"mountPoints"
:
[],
"memory"
:
200
,
"memoryReservation"
:
100
,
"volumesFrom"
:
[],
"image"
:
"860721417875.dkr.ecr.cn-north-1.amazonaws.com.cn/%IMAGE_VERSION%"
,
...
...
@@ -32,11 +32,14 @@
"name"
:
"ufo-app-web"
}
],
"memory"
:
"
300
"
,
"memory"
:
"
512
"
,
"taskRoleArn"
:
""
,
"requiresCompatibilities"
:
[
"FARGATE"
],
"family"
:
"ufo-app-web"
,
"networkMode"
:
"awsvpc"
,
"cpu"
:
"2
00
"
,
"cpu"
:
"2
56
"
,
"volumes"
:
[],
"placementConstraints"
:
[]
}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment