chore(example): introduce health check configuration defaults in example config

This commit is contained in:
yusing
2025-12-04 18:08:26 +08:00
parent aa2575696d
commit e3fe126a5c

View File

@@ -88,6 +88,12 @@ entrypoint:
# - name: default # - name: default
# do: proxy http://other-proxy:8080 # do: proxy http://other-proxy:8080
defaults:
healthcheck:
interval: 5s
timeout: 15s
retries: 3
providers: providers:
# include files are standalone yaml files under `config/` directory # include files are standalone yaml files under `config/` directory
# #