Skip to content

Commit

Permalink
Merge pull request #3264 from killianmuldoon/pr-update-haproxy-args
Browse files Browse the repository at this point in the history
Remove `-sf 7` from haproxy image entrypoint
  • Loading branch information
k8s-ci-robot committed Jun 6, 2023
2 parents 40718c7 + 6f1cf80 commit 42a2262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/haproxy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ COPY haproxy.cfg /usr/local/etc/haproxy/haproxy.cfg

# below roughly matches the standard haproxy image
STOPSIGNAL SIGUSR1
ENTRYPOINT ["haproxy", "-sf", "7", "-W", "-db", "-f", "/usr/local/etc/haproxy/haproxy.cfg"]
ENTRYPOINT ["haproxy", "-W", "-db", "-f", "/usr/local/etc/haproxy/haproxy.cfg"]

0 comments on commit 42a2262

Please sign in to comment.