Skip to content
Merged
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 website/docs/deployment/kubernetes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ In Kubernetes, this pod will not be marked as _Healthy_ until the `/health` endp
The `/ready` endpoint indicates **whether or not the Spice datasets are ready**. This means that while `/health` might indicate that Spice is up and running, until `/ready` reports a status of `200`, your queries may return 0 results

```yaml
readynessProbe:
readinessProbe:
httpGet:
path: /v1/ready
port: 8090
Expand Down