Skip to content

Commit

Permalink
fix haproxy binding port, use 8080 to access stats (#4475)
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme committed Mar 15, 2024
1 parent d44dcbf commit ef8b4bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Expand Up @@ -193,7 +193,7 @@ jobs:
haproxy:
image: quay.io/splunko11ytest/haproxy:latest
ports:
- "8082:80"
- "8082:8080"
# Apache image for collectd-apache test
apache:
image: quay.io/splunko11ytest/apache
Expand Down

0 comments on commit ef8b4bc

Please sign in to comment.