Fix GitLab Exporter default listenAddr
What does this MR do?
Fix GitLab Exporter default listenAddr
We should use `*` instead of `::` to make it compatible with IPv4 by
default.
Changelog: fixedAs part of !4072 (merged) we introduced IPv4 and IPv6 multiple compatibility. But Webrick services need to listen to * to be activated for both versions. If setting to :: it only binds to IPv6. We did this change to Sidkiq configs but forgot to do it for the GitLab Exporter.
Related issues
Closes gitlab-exporter(15.6.0) /metrics endpoint retur... (#6113 - closed).
Author checklist
For general guidance, please follow our Contributing guide.
Required
For anything in this list which will not be completed, please provide a reason in the MR discussion.
- 
Merge Request Title and Description are up to date, accurate, and descriptive. 
- 
MR targeting the appropriate branch. 
- 
MR has a green pipeline. 
- 
Documentation created/updated. 
- 
Tests added/updated, and test plan for scenarios not covered by automated tests. 
- 
Equivalent MR/issue for omnibus-gitlab opened. 
Reviewers checklist
- 
MR has a green pipeline on https://gitlab.com/gitlab-org/charts/gitlab. 
- 
Consider downstream impact to the Operator, as per evaluating impact from changes to GitLab Chart. 
Edited  by João Alexandre Cunha