docs: use proxy health checks when enabled (#16033)

This commit is contained in:
Ashwin Venkatesh 2023-02-03 17:49:09 -05:00 committed by GitHub
parent 5c836f2aa9
commit 92ac3c2269
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -50,6 +50,10 @@ The following Kubernetes resource annotations could be used on a pod to control
list of additional user IDs to exclude from traffic redirection when running in transparent proxy
mode.
- `consul.hashicorp.com/use-proxy-health-check` - It this is set to `true`, it configures
a readiness endpoint on Consul sidecar proxy and queries the proxy instead of the proxy's inbound port which
forwards the request to the application.
- `consul.hashicorp.com/connect-service` - For pods that accept inbound
connections, this specifies the name of the service that is being
served. This defaults to the name of the Kubernetes service associated with the pod.