Deploying in k8s and need to manage my own certs. How do you configure uvicorn to use your own certificates for HTTPS when deploying this app? The docker container automatically runs uvicorn but there is no config file, how can I configure the uvicorn settings?
Deploying in k8s and need to manage my own certs. How do you configure uvicorn to use your own certificates for HTTPS when deploying this app? The docker container automatically runs uvicorn but there is no config file, how can I configure the uvicorn settings?