solution: health check endpoint

fix: #111
This commit is contained in:
Igor Artamonov
2021-10-20 23:10:41 -04:00
parent a04c1f3e66
commit e205985da3
13 changed files with 471 additions and 7 deletions

View File

@@ -16,6 +16,12 @@ cache:
enabled: true
host: redis-master
health:
port: 8083
blockchains:
- chain: ethereum
min-available: 1
proxy:
port: 8082
tls:

View File

@@ -0,0 +1,6 @@
version: v1
health:
blockchains:
- chain: ethereum
min-available: 2

View 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

View File

@@ -0,0 +1,3 @@
version: v1
health: