diff --git a/templates/eureka.tmpl b/templates/eureka.tmpl index 10ad8e613..a2ffbff2e 100644 --- a/templates/eureka.tmpl +++ b/templates/eureka.tmpl @@ -11,5 +11,5 @@ backend = "backend{{.Name}}" entryPoints = ["http"] [frontends.frontend{{.Name }}.routes.route-host{{.Name}}] - rule = "Host:http://{{ .Name | tolower }}" + rule = "Host:{{ .Name | tolower }}" {{end}}