Skip to content

Commit fefb694

Browse files
committed
TEST/MINOR: e2e: set maxconn value in configmaps
Running haproxy with no maxconn can lead to haproxy consuming all memory available and crashing thus resulting in tests failures
1 parent de01852 commit fefb694

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

deploy/tests/e2e/config-snippet/config/configmap.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ data:
99
unique-id-header X-Unique-ID
1010
syslog-server: |
1111
address: stdout, format: raw, facility:daemon
12+
maxconn: "1000"
1213
server-slots: "4"
1314
timeout-client: 50s
1415
timeout-connect: 5s

deploy/tests/e2e/tls-auth/config/client-auth.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ data:
99
client-ca: e2e-tests-tls-auth/client-ca
1010
syslog-server: |
1111
address: stdout, format: raw, facility:daemon
12+
maxconn: "1000"
1213
server-slots: "4"
1314
timeout-client: 50s
1415
timeout-connect: 5s

0 commit comments

Comments
 (0)