From d6c81f1b18c95f8d949ae5a5a27883cb2ff8e4c4 Mon Sep 17 00:00:00 2001 From: cwar Date: Sat, 21 Sep 2024 15:45:01 -0400 Subject: [PATCH] Fix typo in probe definition (#175) 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. --- docs/features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features.md b/docs/features.md index 41f12cb4..4038b6cd 100644 --- a/docs/features.md +++ b/docs/features.md @@ -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