Create an integration test for Etcd:
- Integration test specifically spins up an Etcd cluster with three nodes.
This commit is contained in:
parent
8954aa7118
commit
a99010b8c2
4 changed files with 75 additions and 0 deletions
10
integration/fixtures/etcd/simple.toml
Normal file
10
integration/fixtures/etcd/simple.toml
Normal file
|
@ -0,0 +1,10 @@
|
|||
defaultEntryPoints = ["http"]
|
||||
|
||||
[entryPoints]
|
||||
[entryPoints.http]
|
||||
address = ":8000"
|
||||
|
||||
logLevel = "DEBUG"
|
||||
|
||||
[etcd]
|
||||
endpoint = "127.0.0.1:4003,127.0.0.1:4002,127.0.0.1:4001"
|
Loading…
Add table
Add a link
Reference in a new issue