upstream health check config (#1796)

This commit is contained in:
wasaga 2021-01-21 15:23:06 -05:00 committed by GitHub
parent c90eda5622
commit 4017e0681a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 134 additions and 11 deletions

View file

@ -1370,6 +1370,15 @@ When enabled, this option will pass identity headers to upstream applications. T
If set, enables proxying of SPDY protocol upgrades.
### Health Check
- Config File Key: `health_check`
- Type: `object`
- Optional
When defined, will issue periodic health check requests to upstream servers.
See [Envoy documentation](https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/upstream/health_checking) for a list of supported parameters.
### Websocket Connections
- Config File Key: `allow_websockets`
- Type: `bool`