Marathon provider listener
This commit is contained in:
parent
9a840d1904
commit
3dd168b465
3 changed files with 19 additions and 4 deletions
|
@ -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}}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue