Replies: 1 comment
-
Kubernetes
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I deploy Kong 3.6 (KIC 3.2) to my Azure Kubernetes Services cluster with using Kong chart 2.40.0 with the aim to extend the default proxy timeouts, so I stick this into the values:
I can see it gets translated to the following variables in Kong pods:/containers:
Is there any way to verify the custom values do make it into Kong's proxy config?
In order to test slow responses do not time out, I have:
MAX_DURATION=240s
/delay
endpoint with time longer than NGINX default timeout of 60s but lower than my custom timeouts e.g./delay/63
Unfortunately, Kong proxy shows HTTP 499
and httpbin log
KongIngress
,Ingress
orService
, which I have not tried yet, as seems to be the case hereUPDATE: Here is dump of
nginx_proxy_*
part of the configuration requested directly from the Kong in my cluster (via accessed port forwarding):Beta Was this translation helpful? Give feedback.
All reactions