mvisonneau / gitlab-ci-pipelines-exporter

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

Not able to configure the external Redis #685

Closed jsnandini09 closed 1 year ago

jsnandini09 commented 1 year ago

I am deploying gitlab-ci-pipeline-exporter using helm and its works fine with all the default settings but now I dont want to use the REDIS statefulset present in helm chart and i want to use my REDIS which is already present in my environment. when i try to disable redis as false iam getting below error

{"error":"connecting to redis: dial tcp: lookup gitlab-ci-pipelines-exporter-redis-master.gitlab.svc on 10.72.0.10:53: no such host","level":"error","msg":"","time":"2023-07-19T11:24:02Z"}

is there any way to configure external redis