Skip to content

Fix metrics server network address in scenario

Matthias Käppler requested to merge mk-metrics-server-listen-address into master

What does this MR do and why?

This change makes sure we bind the metrics servers to all network interfaces. They bind to lo by default, which means other containers cannot reach them.

I also reverted the change that maps ports to the Docker host. This is not necessary since the application and test containers run on the same Docker network. It's also not good practice since something else may be running on the CI runner on these ports.

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports