docs(service-resolver): clarify the default time unit in service-resolver.ConnectTimeout (#16149)

* doc: clarify the default time unit in service-resolver.ConnectTimeout

* Update website/content/docs/connect/config-entries/service-resolver.mdx

Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>

---------

Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
This commit is contained in:
cskh 2023-02-06 13:56:51 -05:00 committed by GitHub
parent b382aca089
commit 528da14a21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -438,7 +438,7 @@ spec:
name: 'ConnectTimeout',
type: 'duration: 0s',
description:
'The timeout for establishing new network connections to this service.',
'The timeout for establishing new network connections to this service. The default unit of time is `ns`.',
},
{
name: 'DefaultSubset',