hfurkanvural
11/09/2023, 5:10 PMseparateGrpcIngress: true
, so nginx controller can handle http and http2. However using same fqdn does not make nginx-ingress-controller happy really.. I m getting Warning Rejected 8m28s nginx-ingress-controller All hosts are taken by other resources
error on one of the ingress objects (depending on which one is applied first, it changes.) Apparently nginx does not support multiple ingress objects for the same host/fqdn. When I try to deploy with only one ingress object, then grpc protocol is not supported. So, I was wondering if anyone made it work with some kind of magical configuration.
PS: I tried mergeable-ingress-types
as well, but no luck :(David Espejo (he/him)
11/09/2023, 5:17 PMcert-manager
)hfurkanvural
11/10/2023, 8:58 AM