TCPIngress Connection Timeouts

Hi,

We are using Kong 2.7.0 Ingress Controller 2.0.7 with DB-less mode and lately trying to figure out how to use TCPIngress with our socket based applications.

I am familiar with using Ingress with KongIngress and setting upstream service connection properties like connection timeouts, http codes etc. but couldn’t relate it for the TCPIngress.

I read the documentation but couldn’t find any information about TCPIngress connection timeouts.

It would be great anyone could help me in this regard.

Thank you

Kong sets timeouts at the service level, so setting those timeout fields in a KongIngress and attaching it to the Service should work the same regardless of whether that Service is then used by an Ingress or TCPIngress. Were you seeing otherwise?