-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathJenkinsfileWorker
More file actions
22 lines (22 loc) · 933 Bytes
/
JenkinsfileWorker
File metadata and controls
22 lines (22 loc) · 933 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
@Library(value='kids-first/aws-infra-jenkins-shared-libraries', changelog=false) _
ecs_service_existing_alb {
projectName = "kf-api-study-creator-worker"
alb_name = "kf-api-study-creator"
host_based_routing = "0"
attach_to_alb = "false"
orgFullName = "kids-first"
environments = "dev,qa,prd"
docker_image_type = "debian"
create_default_iam_role = "1"
entrypoint_command = "/app/bin/entrypoint.sh"
quick_deploy = "true"
container_port = "80"
health_check_path = "/"
internal_app = "false"
dependencies = "ecr"
module_version = "v1.4"
vcpu_container = "2048"
memory_container = "4096"
vcpu_task = "2048"
memory_task = "4096"
}