Im trying to have the flyte-binary chart create 1 ...
# flyte-support
c
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!
a
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
c
shouldnt this be the case in binary as well?
a
I think so, especially considering the reason flyte-core makes it configurable
c
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
@glamorous-carpet-83516 is this something you could help with?
there should be one service and one ingress for http and grpc in binary setup
a
or at least make it configurable
what Ingress controller are you using?
c
I’m using GCP native ingress controller
a
We've had users who had to switch to NGINX because of this. Would you mind creating an Issue?
c
I can see that!
Will do