You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -207,6 +207,9 @@ Following table lists all the parameters supported by the latest MarkLogic Helm
207
207
|`haproxy.additionalAppServers`| List of additional HTTP Ports configuration for HAproxy |`[]`|
208
208
|`haproxy.tcpports.enabled`| Parameter to enable TCP port routing on HAProxy |`false`|
209
209
|`haproxy.tcpports`| TCP Ports and load balancing type configuration for HAproxy |`[]`|
210
+
|`haproxy.timemout.client`| Timeout client measures inactivity during periods that we would expect the client to be speaking |`600s`|
211
+
|`haproxy.timeout.connect`| Timeout connect configures the time that HAProxy will wait for a TCP connection to a backend server to be established |`600s`|
212
+
|`haproxy.timeout.server`| Timeout server measures inactivity when we’d expect the backend server to be speaking |`600s`|
210
213
|`haproxy.tls.enabled`| Parameter to enable TLS for HAProxy |`false`|
211
214
|`haproxy.tls.secretName`| Name of the secret that stores the certificate |`""`|
212
215
|`haproxy.tls.certFileName`| The name of the certificate file in the secret |`""`|
0 commit comments