Basitkhan23

Results 4 comments of Basitkhan23

> Hi @Basitkhan23 Can you check inside the pod for nginx.conf if these are actually getting set for your location Thank you for your time. Yeah i can see these...

Since the backend api is running over GRPC protocol and as per the documentation "proxy_read_timeout" is being used for both GRPC and HTTP. But i have also tried this (https://github.com/kubernetes/ingress-nginx/tree/main/docs/examples/grpc#notes-on-using-responserequest-streams)...

Hello again, Okay as per suggested i have checked this timeout by excluding all the annotations and values that i have set in the config map and getting same 60s...

Hello. Thanks a lot for helping. Found the problem. May be i have missed something but seems these ```proxy-connect-timeout: "7200" proxy-read-timeout: "7200" proxy-send-timeout: "7200" ``` headers doesn't effect the timeouts...