Skip to content

Commit

Permalink
fix(core): fix scheme for cdi servicemonitor (#554)
Browse files Browse the repository at this point in the history
change scheme to https for prometheus to correctly collect metrics

Signed-off-by: Maksim Fedotov <[email protected]>
  • Loading branch information
nevermarine authored Dec 5, 2024
1 parent b0501a9 commit 64effd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/cdi/service-monitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
# regex: "true"
# sourceLabels:
# - __meta_kubernetes_endpoint_ready
scheme: http
scheme: https
tlsConfig:
insecureSkipVerify: true
namespaceSelector:
Expand Down

0 comments on commit 64effd2

Please sign in to comment.