2
0
mirror of https://github.com/status-im/consul.git synced 2025-03-01 22:00:42 +00:00
Ashwin Venkatesh a1e2a4f8d6
Add support for envoy readiness flags ()
* Add support for envoy readiness flags
- add flags 'envoy-ready-bind-port` and `envoy-ready-bind-addr` on consul connect envoy to create a ready listener on that address.
2023-01-19 16:54:11 -05:00

3 lines
215 B
Plaintext

```release-note:feature
connect: add flags `envoy-ready-bind-port` and `envoy-ready-bind-address` to the `consul connect envoy` command that allows configuration of readiness probe on proxy for any service kind.
```