From e3fe126a5c128b27fcc619c177461dab6ec4cbca Mon Sep 17 00:00:00 2001 From: yusing Date: Thu, 4 Dec 2025 18:08:26 +0800 Subject: [PATCH] chore(example): introduce health check configuration defaults in example config --- config.example.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config.example.yml b/config.example.yml index 0a8fb733..a4bf4ecf 100644 --- a/config.example.yml +++ b/config.example.yml @@ -88,6 +88,12 @@ entrypoint: # - name: default # do: proxy http://other-proxy:8080 +defaults: + healthcheck: + interval: 5s + timeout: 15s + retries: 3 + providers: # include files are standalone yaml files under `config/` directory #