netfoundry / ziti_router_auto_enroll

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add linkCheck to health checks

emoscardini opened this issue · comments

Add the new health check to the router by default

healthChecks:
linkCheck:
minLinks: 1
interval: 30s
initialDelay: 5s

interval should be 10s instead of 30s

Closed with fa79265