Skip to content

fix: Hydra and Kratos serviceMonitors are failing

Closes #1255 (closed)

The Hydra and Kratos service monitors are failing because by default they use https for the prometheus servicemonitor. Prometheus uses the internal network to access it, though, so it can't use https. This MR changes the setting to use http instead.

Edited by Maarten de Waard

Merge request reports