charts
charts copied to clipboard
bitnami/kube-prometheus unable to configure prometheus, alertmanager, sidecar in tls mode
Name and Version
name: kube-prometheus sources: - https://github.com/bitnami/charts/tree/main/bitnami/kube-prometheus version: 8.28.0
What architecture are you using?
amd64
What steps will reproduce the bug?
Can you please suggest how to enable TLS for each component?
Are you using any custom parameters or values?
no
What is the expected behavior?
prometheus, alertmanager, sidecar should be in TLS
What do you see instead?
I do not see the components in TLS mode
Hi,
Have you tried enabling TLS with ingress (XXXXXXX.ingress.tls
) ?
Hi @rafariossaa ,
Yes I have tried this flags but unable to enable TLS.
certificates will be retrieved from a TLS secret with name: {{- printf "%s-tls" .Values.prometheus.ingress.hostname }} ## You can use the prometheus.ingress.secrets parameter to create this TLS secret or relay on cert-manager to create it ## tls: true ## @param prometheus.ingress.selfSigned Create a TLS secret for this ingress record using self-signed certificates generated by Helm ## selfSigned: true
@rafariossaa can you please help here
Sorry for the delay, I am taking a look.
Did you enable ingress too ? You should see the secrets created and ingress components should be using them.
yes i enabled the ingress and see the secrets but not working in tls mode
could you provide the settings you are using ? I would like to reproduce it on my side.
This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback.
Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Issue. Do not hesitate to reopen it later if necessary.