mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-12-01 07:26:05 +07:00
Remove -sf 7 from haproxy image entrypoint
Signed-off-by: killianmuldoon <kmuldoon@vmware.com>
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user