mirror of
https://github.com/bvanroll/cicdTest.git
synced 2025-08-30 04:22:49 +00:00
help
This commit is contained in:
6
consul/server-check-service.hcl
Normal file
6
consul/server-check-service.hcl
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
{
|
||||
"service": {
|
||||
"name": "server-check"
|
||||
}
|
||||
}
|
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