[marathon] Fix and extend integration tests.
- Update compose file. - Add integration test for Marathon application deployment.
This commit is contained in:
parent
19a5ba3264
commit
64b8fc52c3
4 changed files with 159 additions and 65 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue