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
6 changes: 3 additions & 3 deletions docs/chia-healthcheck.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,17 @@ spec:
chia:
livenessProbe:
httpGet:
path: /full_node
path: /full_node/liveness
port: 9950
scheme: HTTP
readinessProbe:
httpGet:
path: /full_node
path: /full_node/readiness
port: 9950
scheme: HTTP
startupProbe:
httpGet:
path: /full_node
path: /full_node/startup
port: 9950
scheme: HTTP
```
Expand Down