Im trying to have the flyte-binary chart create 1 ...
# ask-the-community
h
Im trying to have the flyte-binary chart create 1 ingress for both http and grpc but when I set the flag
separateGrpcIngress: false
I still get two ingress services!
d
hey Haytham! I see that key available in
flyte-core
but not in
flyte-binary
where the templates will always render into two Ingress resources
h
shouldnt this be the case in binary as well?
d
I think so, especially considering the reason flyte-core makes it configurable
h
also for flyte-flyte-binary-grpc and flyte-flyte-binary-http services shouldnt they be combined in flyte-binary?
separating grpc is causing issues for me
@Kevin Su is this something you could help with?
there should be one service and one ingress for http and grpc in binary setup
d
or at least make it configurable
what Ingress controller are you using?
h
I’m using GCP native ingress controller
d
We've had users who had to switch to NGINX because of this. Would you mind creating an Issue?
h
I can see that!
Will do