Tom Jordahl
04/26/2024, 11:38 AMMarvin
04/26/2024, 11:39 AMPREFECT_API_TLS_INSECURE_SKIP_VERIFY
to True
. However, this is insecure and suggested only for testing.
4. Proxies: If you're behind a proxy, set HTTPS_PROXY
and SSL_CERT_FILE
in your environment.
5. Helm Chart for Kubernetes: When hosting on Kubernetes, you can use the prefect-server
Helm chart to help configure your deployment, including any necessary environment variables.
Please note that the queries returned general information and did not provide highly detailed steps for Kubernetes or specifics on configuring the Ingress with SSL/TLS. If you're using a Helm chart for your deployment, check its documentation for the values you need to set for SSL/TLS configuration.
Refer to Prefect Installation Docs for general information, and consider consulting Kubernetes documentation or the Helm chart you are using for specifics on setting up SSL with Ingress.
If you require further assistance, please provide more details about your current Kubernetes setup, your ingress controller, and how you manage SSL certificates, and I'll attempt to provide a more tailored response.