-
Notifications
You must be signed in to change notification settings - Fork 594
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to set proxy_connect_timeout for single service #354
Comments
No, Kong Ingress Controller doesn't support those annotations as they are specific to the Nginx Ingress Controller. To do this using Kong, you need to use KognIngress resource: Please see this guide on how to use KongIngress resource. |
Do you mean set like this in KongIngress?
|
Yes. Please close the issue if your issue is resolved with this solution. Thanks! |
OK,I will do after debugged the 404 problem。 |
The 404 problem might take a little longer, close it for now. |
@xbazhen Have you solved the problem? If you have, could you share your settings? I still cannot work it out.Thank you. |
Please follow the following guide to override a specific configuration in Service in Kong: |
I use kong ingress according to the guide, and add the timeout settings, but it seems that the timout settings does not work as expected. |
Can you please open a new Github issue with your problem? |
I want to set some config for a service
in kubernetes offical nginx-controller,I can set as:
Does kubernetes-ingress-controller and kong support this?
If yes,how to set?
The text was updated successfully, but these errors were encountered: