Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/how-to/deploy/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ There are a few things you need to make sure you do:

1. **API Service** - You need to open up it's port 7000 (often mapped to 7766 when running locally)
2. **OPA Service** - You can open up port 8181 to expose OPA directly
3. Use the `/healthcheck` endpoint on the API to check for readiness
3. Use the `/healthy` endpoint on the API to check for readiness

:::info Health Check for PDP

Expand Down