1
0
Fork 0

Marathon provider listener

This commit is contained in:
emile 2015-09-09 23:09:16 +02:00
parent 9a840d1904
commit 3dd168b465
3 changed files with 19 additions and 4 deletions

View file

@ -5,7 +5,7 @@
[routes]{{range .Applications}}
[routes.route{{.ID | replace "/" "-"}}]
backend = ".backend{{.ID | replace "/" "-"}}"
backend = "backend{{.ID | replace "/" "-"}}"
[routes.route-{{getHost .}}.rules.rule-host-{{getHost .}}]
category = "Host"
value = "{{getHost .}}.{{$.Domain}}"