avirajkhare00 commented on code in PR #2976:
URL: https://github.com/apache/iggy/pull/2976#discussion_r2958714818
##########
helm/charts/iggy/templates/deployment.yaml:
##########
@@ -168,11 +168,11 @@ spec:
protocol: TCP
livenessProbe:
httpGet:
- path: /
+ path: /auth/sign-in
port: http
readinessProbe:
httpGet:
- path: /
+ path: /auth/sign-in
Review Comment:
You are right, I have created an issue here:
https://github.com/apache/iggy/issues/2977
I will revert back changes for web UI
--
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]