mirror of https://github.com/dapr/docs.git
Update daprdocs/content/en/reference/api/placement_api.md
Co-authored-by: Mark Fussell <markfussell@gmail.com> Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
This commit is contained in:
parent
02b02f8bb3
commit
cbcda3f29c
|
@ -8,7 +8,7 @@ weight: 1200
|
|||
|
||||
Dapr has an HTTP API `/placement/state` for placement service that exposes placement table information. The API is exposed on the sidecar on the same port as the healthz. This is an unauthenticated endpoint, and is disabled by default.
|
||||
|
||||
You need to set `DAPR_PLACEMENT_METADATA_ENABLED` environment or `metadata-enabled` command line args to true to enable it. If you are using helm, set `dapr_placement.metadataEnabled` to true.
|
||||
You need to set either set`DAPR_PLACEMENT_METADATA_ENABLED` environment variable or `metadata-enabled` command line args on the Placement service to true to enable it. If you are using Helm for deployment of the Placement service then, set `dapr_placement.metadataEnabled` to true.
|
||||
|
||||
## Usecase
|
||||
|
||||
|
|
Loading…
Reference in New Issue