CAMEL-17629: camel-health - Removed option to disable context health check as it should always be enabled.
diff --git a/health-checks/src/main/resources/application.properties b/health-checks/src/main/resources/application.properties
index 3aa5da1..dc5a909 100644
--- a/health-checks/src/main/resources/application.properties
+++ b/health-checks/src/main/resources/application.properties
@@ -53,12 +53,6 @@
 # enable health check (is automatic enabled if discovered on classpath)
 # global flag to enable/disable
 camel.health.enabled = true
-# context check is default included but we can turn it on|off
-camel.health.context-enabled = true
-# routes check is default included but we can turn it on|off
-camel.health.routes-enabled = true
-# registry check is default included but we can turn it on|off
-camel.health.registry-enabled = true
 
 # level of details exposed by camel-health check (full, default, or oneline)
 camel.health.exposure-level = default