@@ -16,6 +16,12 @@ cache:
|
||||
enabled: true
|
||||
host: redis-master
|
||||
|
||||
health:
|
||||
port: 8083
|
||||
blockchains:
|
||||
- chain: ethereum
|
||||
min-available: 1
|
||||
|
||||
proxy:
|
||||
port: 8082
|
||||
tls:
|
||||
|
||||
6
src/test/resources/dshackle-health-1.yaml
Normal file
6
src/test/resources/dshackle-health-1.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
version: v1
|
||||
|
||||
health:
|
||||
blockchains:
|
||||
- chain: ethereum
|
||||
min-available: 2
|
||||
11
src/test/resources/dshackle-health-2.yaml
Normal file
11
src/test/resources/dshackle-health-2.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
version: v1
|
||||
|
||||
health:
|
||||
port: 10003
|
||||
host: 0.0.0.0
|
||||
path: /healtz
|
||||
blockchains:
|
||||
- chain: ethereum
|
||||
min-available: 2
|
||||
- chain: bitcoin
|
||||
min-available: 1
|
||||
3
src/test/resources/dshackle-health-empty.yaml
Normal file
3
src/test/resources/dshackle-health-empty.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
version: v1
|
||||
|
||||
health:
|
||||
Reference in New Issue
Block a user