mirror of https://github.com/linkerd/linkerd2.git
Add default values to `proxy-*-connect-timeout` annotations docs (#12155)
* Add default values to proxy connect description Finding these values in the docs site is pretty painful Update the documentation to follow other proxy fields in providing a default value at the end of the description for the field Fixes #12154 --------- Signed-off-by: Akshay Dongaonkar <akshaydon93@gmail.com> Co-authored-by: Alejandro Pedraza <alejandro.pedraza@gmail.com>
This commit is contained in:
parent
bc9af2d6a9
commit
e920389503
|
|
@ -238,11 +238,11 @@ func generateAnnotationsDocs() []annotationDoc {
|
|||
},
|
||||
{
|
||||
Name: k8s.ProxyOutboundConnectTimeout,
|
||||
Description: "Used to configure the outbound TCP connection timeout in the proxy",
|
||||
Description: "Used to configure the outbound TCP connection timeout in the proxy. Defaults to `1000ms`",
|
||||
},
|
||||
{
|
||||
Name: k8s.ProxyInboundConnectTimeout,
|
||||
Description: "Inbound TCP connection timeout in the proxy",
|
||||
Description: "Inbound TCP connection timeout in the proxy. Defaults to `100ms`",
|
||||
},
|
||||
{
|
||||
Name: k8s.ProxyOutboundDiscoveryCacheUnusedTimeout,
|
||||
|
|
|
|||
Loading…
Reference in New Issue