-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathdeployment-config.json
73 lines (73 loc) · 1.98 KB
/
deployment-config.json
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"biomage-org": {
"domain_name": "Biomage",
"environment_names": [
"trv"
],
"docker_image_account": {
"id": 964743398471,
"region": "us-east-2"
},
"support_email": "[email protected]",
"reply_email": "[email protected]",
"deployment_environments": {
"trv": [
"production"
]
},
"cluster_admins": {
"trv": {
"production": [
"ibabukova",
"martinf",
"stefanb",
"polav",
"germans",
"sarac"
]
}
},
"user_pool_domain_name": "biomage-auth",
"excluded_services": [
"cf/rds-agent-security-group.yaml",
"cf/rds-subnet-security-group.yaml"
]
},
"hms-dbmi-cellenics": {
"domain_name": "HMS",
"environment_names": [
"HMS"
],
"docker_image_account": {
"id": 160782110667,
"region": "us-east-1"
},
"support_email": "[email protected]",
"reply_email": "[email protected]",
"deployment_environments": {
"HMS": [
"staging",
"production"
]
},
"cluster_admins": {
"HMS": {
"staging": [
"alexvpickering",
"ci-users/testing/ci-user-testing"
],
"production": [
"alexvpickering",
"ci-users/testing/ci-user-testing"
]
}
},
"user_pool_domain_name": "hms-auth",
"excluded_services": [
"cf/ses.yaml",
"cf/doit-cloudhealth-role.yaml",
"cf/rds-agent-security-group.yaml",
"cf/rds-subnet-security-group.yaml"
]
}
}