fix(eureka): Wrong host in rule
This commit is contained in:
parent
15732269da
commit
cf8940e80e
1 changed files with 1 additions and 1 deletions
|
@ -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}}
|
||||
|
|
Loading…
Reference in a new issue