Is there a good resource for setting up an Ingress...
# flyte-deployment
g
Is there a good resource for setting up an Ingress for flyte using ALB? I get stuck on the smallest details.. Right now the issue is that the Target Group for the gRPC is not getting populated because the health check fails.. The same happened to the http target group, but I modified the health check URL to be /console and it started working. Not sure what to do about gRPC though, because I tried using one of the paths there as well (/grpc.health.v1.Health) but it didn't seem to have an effect. Any idea?