mvisonneau / gitlab-ci-pipelines-exporter

Prometheus / OpenMetrics exporter for GitLab CI pipelines insights
Apache License 2.0
1.27k stars 240 forks source link

service port hardcoded #810

Open wokwong opened 6 months ago

wokwong commented 6 months ago

version:0.3.3

In the service.yaml tpl file,the service port is hardcoded,so the Settings in values.yaml do not take effect. image

itvexesme commented 6 months ago

I can confirm this issue. It cause conflict with port 8080 usage, when running exporter on the host directly (not docker). -m or --internal-monitoring-listener-address option is ignored in this case.

image

But README says I can use it the following way. image