controller-runtime >= 0.16, a dependency we already have, has support to setup metrics servers. We can thus replace
most of our custom code to library code, which has more features (cert rotation), more review and better defaults.
This replaces in one go both http (insecure) and https (tls secure) servers.
controller-runtime >= 0.16, a dependency we already have, has support to setup metrics servers. We can thus replace most of our custom code to library code, which has more features (cert rotation), more review and better defaults.
This replaces in one go both http (insecure) and https (tls secure) servers.
Fixes: #259