Skip to content

Commit

Permalink
Fix typo in probe definition (#175)
Browse files Browse the repository at this point in the history
The documentation for the "Default Yet Configurable" `startUpProbe` contains a small typo where the `u` in `startUp` is not capitalized. This can cause some confusion when trying to incorporate this example config into a Druid configuration.
  • Loading branch information
cwar authored Sep 21, 2024
1 parent 71009ee commit d6c81f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ All the probes definitions are documented bellow:
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 5
startupProbe:
startUpProbe:
failureThreshold: 20
httpGet:
path: /druid/historical/v1/readiness
Expand Down

0 comments on commit d6c81f1

Please sign in to comment.