mirror of https://github.com/dapr/docs.git
link to js code
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
This commit is contained in:
parent
d5dde4db30
commit
e4c904b475
|
@ -47,6 +47,8 @@ Currently, the `v1.0/healthz/outbound` endpoint is supported in the:
|
||||||
- [.NET SDK]({{< ref "dotnet-client.md#wait-for-sidecar" >}})
|
- [.NET SDK]({{< ref "dotnet-client.md#wait-for-sidecar" >}})
|
||||||
- [Java SDK]({{< ref "java-client.md#wait-for-sidecar" >}})
|
- [Java SDK]({{< ref "java-client.md#wait-for-sidecar" >}})
|
||||||
- [Python SDK]({{< ref "python-client.md#health-timeout" >}})
|
- [Python SDK]({{< ref "python-client.md#health-timeout" >}})
|
||||||
|
- [JavaScript SDK](https://github.com/dapr/js-sdk/blob/4189a3d2ad6897406abd766f4ccbf2300c8f8852/src/interfaces/Client/IClientHealth.ts#L14)
|
||||||
|
|
||||||
|
|
||||||
## Health endpoint: Integration with Kubernetes
|
## Health endpoint: Integration with Kubernetes
|
||||||
When deploying Dapr to a hosting platform like Kubernetes, the Dapr health endpoint is automatically configured for you.
|
When deploying Dapr to a hosting platform like Kubernetes, the Dapr health endpoint is automatically configured for you.
|
||||||
|
|
|
@ -53,6 +53,7 @@ Currently, the `v1.0/healthz/outbound` endpoint is supported in the:
|
||||||
- [.NET SDK]({{< ref "dotnet-client.md#wait-for-sidecar" >}})
|
- [.NET SDK]({{< ref "dotnet-client.md#wait-for-sidecar" >}})
|
||||||
- [Java SDK]({{< ref "java-client.md#wait-for-sidecar" >}})
|
- [Java SDK]({{< ref "java-client.md#wait-for-sidecar" >}})
|
||||||
- [Python SDK]({{< ref "python-client.md#health-timeout" >}})
|
- [Python SDK]({{< ref "python-client.md#health-timeout" >}})
|
||||||
|
- [JavaScript SDK](https://github.com/dapr/js-sdk/blob/4189a3d2ad6897406abd766f4ccbf2300c8f8852/src/interfaces/Client/IClientHealth.ts#L14)
|
||||||
|
|
||||||
#### HTTP Request
|
#### HTTP Request
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue