mvisonneau / helm-charts

Personal Helm charts repository
Apache License 2.0
65 stars 58 forks source link

gitlab-ci-pipelines-exporter monitor - bug #73

Closed stefanjay closed 1 year ago

stefanjay commented 1 year ago

I'm using the helm chart with the default settings besied to gitlab host, token and wildcard. Why does the monitor isn't working?

values.yml

envVariables:
  - name: GCPE_INTERNAL_MONITORING_LISTENER_ADDRESS
     value: tcp://127.0.0.1:8082

cli of the pod


/ $ gitlab-ci-pipelines-exporter monitor
FATA[0000]                                               error="rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing: dial tcp: address tcp://127.0.0.1:8082: too many colons in address\""
/ $ 
/ $ 
/ $ 
/ $ echo $GCPE_INTERNAL_MONITORING_LISTENER_ADDRESS
tcp://127.0.0.1:8082