diff --git a/templates/marathon.tmpl b/templates/marathon.tmpl index 13951b362..429f6eab7 100644 --- a/templates/marathon.tmpl +++ b/templates/marathon.tmpl @@ -9,7 +9,7 @@ [frontends.frontend{{.ID | replace "/" "-"}}] backend = "backend{{.ID | replace "/" "-"}}" passHostHeader = {{getPassHostHeader .}} - [frontends.frontend-{{.ID | replace "/" ""}}.routes.route-host-{{.ID | replace "/" ""}}] + [frontends.frontend{{.ID | replace "/" "-"}}.routes.route-host{{.ID | replace "/" "-"}}] rule = "{{getFrontendRule .}}" value = "{{getFrontendValue .}}" {{end}} \ No newline at end of file