mirror of
https://github.com/bvanroll/cicdTest.git
synced 2025-08-29 20:12:43 +00:00
experimental consul branch
This commit is contained in:
14
consul/server-check-splitter.hcl
Normal file
14
consul/server-check-splitter.hcl
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
|
||||
kind = "service-splitter"
|
||||
name = "server-check"
|
||||
splits = [
|
||||
{
|
||||
weight = 50
|
||||
service = "server-b"
|
||||
},
|
||||
{
|
||||
weight = 50
|
||||
service = "server-b-test"
|
||||
},
|
||||
]
|
Reference in New Issue
Block a user