someone please help. am I doing something wrong wi...
# support
a
someone please help. am I doing something wrong with Ingress? my frontend works fine, but when I am trying to expose Otel collector over https it's not working says "no web page found on the server" though it works internally on EKS and collect data perfectly. Load balancer target group says target Healthy.
v
@Prashant Shahi please help here ^^
p
Hi @Akash sengar, since the collector doesn't have any valid webpage the ALB will not have any way to validate the health check. For this, you will need to use
health_check
extension and expose healthcheck port
13133
. After which, you can use the same ingress host name for that health endpoint. Refer this: https://github.com/SigNoz/charts/blob/main/charts/signoz-otel-gateway/values.yaml#L196-L205
n
Hey @Akash sengar Let us know if you were able to resolve the issue