Skip to content
Snippets Groups Projects
Commit 3d191478 authored by aleks's avatar aleks
Browse files

Add : to listen address

parent c03bdc21
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -52,7 +52,7 @@ objects:
command:
- /usr/local/sbin/haproxy_exporter
- "--haproxy.scrape-uri=http://$(STATS_USERNAME):$(STATS_PASSWORD)@localhost:$(STATS_PORT)/?stats;csv"
- "--web.listen-address=$(SCRAPER_TCP_PORT)"
- "--web.listen-address=:$(SCRAPER_TCP_PORT)"
resources: {}
terminationMessagePath: /dev/termination-log
- env:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment