MonkeyCanCode commented on code in PR #626:
URL: https://github.com/apache/polaris/pull/626#discussion_r1930657489


##########
helm/polaris/templates/tests/test-connection.yaml:
##########
@@ -35,5 +35,7 @@ spec:
     - name: wget
       image: busybox
       command: ['wget']
-      args: ['{{ include "polaris.fullname" . }}:{{ index 
.Values.service.ports "polaris-metrics" }}/q/health']
+      args:
+        - --spider
+        - '{{ include "polaris.fullnameWithSuffix" (list . "mgmt") }}:{{ get 
(first .Values.managementService.ports) "port" }}/q/health/ready'
   restartPolicy: Never

Review Comment:
   Yes, that will be good. Yeah, on my setup it was taking 6-7 seconds somehow. 
But yeah, good to add some retry etc.



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