jerryshao commented on code in PR #10847:
URL: https://github.com/apache/gravitino/pull/10847#discussion_r3128337505


##########
server/src/main/java/org/apache/gravitino/server/GravitinoServer.java:
##########
@@ -180,6 +180,7 @@ protected void configure() {
     // Root-level alias for enterprise GTMs that require probes at well-known 
root paths.
     // Forwards /health, /health/live, /health/ready to the canonical 
/api/health/* endpoints.
     server.addServlet(new HealthAliasServlet(), "/health/*");
+    server.addServlet(new HealthAliasServlet(), "/health.html");

Review Comment:
   I verified it manually, it should work.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to