mirror of
https://github.com/yusing/godoxy.git
synced 2026-01-11 21:10:30 +01:00
chore(example): introduce health check configuration defaults in example config
This commit is contained in:
@@ -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
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user