test(integration-test): Integration test for eureka
This commit is contained in:
parent
cf8940e80e
commit
e1724444ac
3 changed files with 93 additions and 8 deletions
|
@ -1,7 +1,14 @@
|
|||
defaultEntryPoints = ["http"]
|
||||
|
||||
logLevel = "DEBUG"
|
||||
|
||||
[entryPoints]
|
||||
[entryPoints.http]
|
||||
address = ":8000"
|
||||
|
||||
|
||||
[eureka]
|
||||
endpoint = "http://127.0.0.1:8761/eureka"
|
||||
delay = "1m"
|
||||
endpoint = "http://{{.EurekaHost}}:8761/eureka"
|
||||
delay = "1s"
|
||||
[web]
|
||||
address = ":8080"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue