Replies: 1 comment
-
|
I've setup without HTTPS by setting controller:
metricsConfig:
enabled: true
secure: false
serviceMonitor:
enabled: trueI did not figure out how to make it work over HTTPS. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have kube-prometheus-stack installed and I enabled metrics in the values file:
Taking a look at the service monitor, I see it is scraping over HTTPS:
And looking at the Service:
I tried port forwarding and using
curl -kand it is serving on 8080 over HTTPS.Checking in the Prometheus UI I see the target is down and the following error:
So the service is using a self-signed cert and it cannot be properly verified. What is the recommended way to resolve this?
Chart Version: 0.45.14
AppVersion: 3.6.7
Beta Was this translation helpful? Give feedback.
All reactions