HTTPRequest Lego provider
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/stable | 51 | 27 May 2025 | |
latest/edge | 62 | 18 Aug 2025 |
juju deploy httprequest-lego-provider
Deploy Kubernetes operators easily with Juju, the Universal Operator Lifecycle Manager. Need a Kubernetes cluster? Install MicroK8s to create a full CNCF-certified Kubernetes system in under 60 seconds.
Platform:
How to troubleshoot API timeouts
Some of the API calls will execute requests over the network from behind the scenes.
In the event you have a slow network connection this might result in timeouts manifesting as HTTP 500 errors for the API caller. This is more likely for larger Git repositories. If this is your case, adjusting the webserver-timeout
configuration can help you solve this.
Note that if the HTTP Request LEGO provider is sitting behind a reverse proxy, the timeout might be occurring here. In the case of Nginx ingress integrator, you can change the proxy-read-timeout
configuration to adjust the timeout.