We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b25bb3 commit eb072b6Copy full SHA for eb072b6
Gruntfile.js
@@ -1,6 +1,7 @@
1
const manifest = [
2
'package-lock.json',
3
'index.js',
4
+ 'index.html'
5
];
6
7
const dist = 'dist';
marathon-service-description.json
@@ -1,8 +1,8 @@
{
- "id": "/web-api",
+ "id": "/website",
"args": [
"-u",
- "https://github.com/mesos-playground/webapi/releases/download/2017.09.16-1/webapi.tgz"
+ "https://github.com/mesos-playground/webapi/releases/download/2017.09.17-1/webapi.tgz"
],
"instances": 3,
8
"cpus": 0.1,
@@ -29,7 +29,7 @@
29
"protocol": "tcp",
30
"name": "web",
31
"labels": {
32
- "VIP_0": "/web-api:3000"
+ "VIP_0": "/website:3000"
33
}
34
35
0 commit comments