kfaraz commented on code in PR #18413:
URL: https://github.com/apache/druid/pull/18413#discussion_r2295081280


##########
embedded-tests/src/test/java/org/apache/druid/testing/embedded/k8s/K3sDruidService.java:
##########
@@ -99,7 +142,7 @@ public String getHealthCheckUrl()
     return StringUtils.format(
         "http://%s:%s/status/health";,
         EmbeddedHostname.containerFriendly().toString(),
-        command.getExposedPorts()[0]
+        isGovernedByOperator ? command.getExposedOperatorPort() : 
command.getExposedPorts()[0]

Review Comment:
   Is this leftover from a previous set of changes?
   
   ```suggestion
           servicePort
   ```



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to