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

how to apply tls on Loadbalancer type ? #1245

Open
chominnn opened this issue Nov 21, 2024 · 1 comment
Open

how to apply tls on Loadbalancer type ? #1245

chominnn opened this issue Nov 21, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@chominnn
Copy link

chominnn commented Nov 21, 2024

Describe the bug

i'm using jenkins by deploying the service type as loadbalancer.

I want to apply TLS, but I can't find apply options at values.yaml

I am not considering ingress because it is not available on my env

NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE jenkins LoadBalancer 10.109.101.163 211.39.158.247 80:31538/TCP 148d jenkins-agent ClusterIP 10.98.63.81 <none> 50000/TCP 148d

NAME TYPE DATA AGE jenkins Opaque 2 148d jenkins-tls-secret kubernetes.io/tls 2 52m

k describe pod -n jenkins jenkins-0 |grep -i jenkins-tls
Return none

Version of Helm and Kubernetes

- Helm: 
- Kubernetes:

Chart version

jenkins-5.3.1

What happened?

1.
2.
3.
...

What you expected to happen?

No response

How to reproduce it

Anything else we need to know?

No response

@chominnn chominnn added the bug Something isn't working label Nov 21, 2024
@timja
Copy link
Member

timja commented Nov 21, 2024

TLS would be done under ingress, loadbalancer should just be for the inbound agent port if you're using that and exposing it outside the cluster.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants