Skip to content
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

Install from chart to k8s with TLS #52

Open
xed0 opened this issue Oct 19, 2022 · 1 comment
Open

Install from chart to k8s with TLS #52

xed0 opened this issue Oct 19, 2022 · 1 comment

Comments

@xed0
Copy link

xed0 commented Oct 19, 2022

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

@Th4n05
Copy link

Th4n05 commented Feb 9, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants