Skip to content

1.1.0 Health Checking!

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 24 Aug 20:32

The client is now able to be configured to health check your local server to automatically begin or stop serving traffic and also can load its config from a custom file path when running interactively

Health Check

To configure an endpoint:

ebbflow config add-endpoint --dns example.com --port 8000 --healthcheck-port 8000

If you want to run from a container, interactively, or otherwise do not wish to use the daemon:

ebbflow run-blocking --dns example.com --port 8000 --healthcheck-port 8000

Config File

You can also tell ebbflow to load its config from a file directly when using run-blocking like such:

ebbflow run-blocking --config-file /path/to.config.yaml

Or you can use the EBB_CFG_FILE directory