Browse Source

Fix healthchecks (#1339)

Roman Zabaluev 3 years ago
parent
commit
108242aeb2
1 changed files with 5 additions and 1 deletions
  1. 5 1
      kafka-ui-api/src/main/resources/application.yml

+ 5 - 1
kafka-ui-api/src/main/resources/application.yml

@@ -1,6 +1,7 @@
 auth:
   type: DISABLED
-  management:
+
+management:
   endpoint:
     info:
       enabled: true
@@ -10,6 +11,9 @@ auth:
     web:
       exposure:
         include: "info,health"
+  health:
+    ldap:
+      enabled: false
 
 logging:
   level: