You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we use the helm chart to deploy eck-custom-resources, which we find a very helpful piece of software.
However, the connection test in the helm chart has two issues:
it should only be enabled if Values.metrics.enabled is true, because otherwise the service that is being tested will not be deployed
currently the test makes a request to <service>:8080 which returns a 404. It should rather call <service>:8080/metrics which would return a success HTTP status code.
Would be glad to see these things fixed, because it's quite annoying to have the failed test pod causing an alert each time we deploy the application.
Thanks!
Best regards
Albrecht
The text was updated successfully, but these errors were encountered:
Hello,
we use the helm chart to deploy eck-custom-resources, which we find a very helpful piece of software.
However, the connection test in the helm chart has two issues:
<service>:8080
which returns a 404. It should rather call<service>:8080/metrics
which would return a success HTTP status code.Would be glad to see these things fixed, because it's quite annoying to have the failed test pod causing an alert each time we deploy the application.
Thanks!
Best regards
Albrecht
The text was updated successfully, but these errors were encountered: