Skip to content

Commit 912f62e

Browse files
author
Ludovic Vannoorenberghe
authored
Update ecs.json
1 parent 0a565ef commit 912f62e

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

ecs.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
{
22
"services": [{
33
"cluster": "datacamp-services",
4-
"servicePort": 1337,
54
"serviceName": "rdoc-app",
6-
"serviceProtocol": "HTTP",
5+
"serviceProtocol": "none",
76
"desiredCount": 1,
87
"loadBalancer": "datacamp-rdocumentation",
98
"containers": [
@@ -33,8 +32,7 @@
3332
{
3433
"cluster": "datacamp-services",
3534
"serviceName": "rdoc-app-worker",
36-
"servicePort": 1337,
37-
"serviceProtocol": "HTTP",
35+
"serviceProtocol": "none",
3836
"desiredCount": 1,
3937
"loadBalancer": "datacamp-services-internal",
4038
"containers": [
@@ -61,4 +59,4 @@
6159
}
6260
]
6361
}]
64-
}
62+
}

0 commit comments

Comments
 (0)