You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Going through the installation instructions and chart templates, I find no option for enabling TLS in the application but only on ingress.
What are the steps required to enable TLS in the application? If it's unnecessary or impossible, how can I enable TLS for the ingress while the application is still only listening on 8080 (HTTP)?
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
as i can see, the only way to enable TLS without ingress is to create a volume, copy cert, key on it, create chart with extraArgs --tls-key=path-to-tls-key & --tls-cert=path-to-tls-cert.
If you have found a better solution please let me know.
Hi,
Going through the installation instructions and chart templates, I find no option for enabling TLS in the application but only on ingress.
What are the steps required to enable TLS in the application? If it's unnecessary or impossible, how can I enable TLS for the ingress while the application is still only listening on 8080 (HTTP)?
Thanks
The text was updated successfully, but these errors were encountered: