1
0
Fork 0

[marathon] Fix and extend integration tests.

- Update compose file.
- Add integration test for Marathon application deployment.
This commit is contained in:
Timo Reimann 2017-04-10 09:28:00 +02:00 committed by Ludovic Fernandez
parent 19a5ba3264
commit 64b8fc52c3
4 changed files with 159 additions and 65 deletions

View file

@ -1,9 +1,15 @@
defaultEntryPoints = ["http"]
logLevel = "DEBUG"
[entryPoints]
[entryPoints.http]
address = ":8000"
logLevel = "DEBUG"
[web]
address = ":9090"
[marathon]
endpoint = "{{.MarathonURL}}"
watch = true
exposedByDefault = true