Are there health check endpoints in the different ...
# general
w
Are there health check endpoints in the different components/ports? The AWS load balancer controller creates a target group for each Ingress rule (I.e. one for the UI, one for the api and one for GRPC) and by default it uses
/
as the health check path, which works fine for the UI and the GRPC endpoint (currently) but not the API