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
| proxy.config.server | object |`{"customDirectives":[],"proxyConnectTimeout":"30s","proxyTimeout":"1800s"}`| Nginx server section configuration |
80
80
| proxy.config.server.customDirectives | list |`[]`| custom parameters to add to the 'server' section of nginx.conf you need to choose which section it applies to can be "health", "socks", "web" or "tls" |
| proxy.config.upstream.backupMode | bool |`false`| Enable backup mode, will switch from round robin to backup setting for upstream servers |
85
85
| proxy.config.upstream.downServers | list |`[]`| List of server proxy to disable in nginx conf For example [1,2] will mark proxy-1 and proxy-2 as down |
86
86
| proxy.config.upstream.failTimeout | string |`"120s"`| Time during which the specified number of unsuccessful attempts must happen to mark the server as unavailable |
87
-
| proxy.config.upstream.healthLoadBalancing | bool |`true`| Enable load balancing for health upstream (when false, only use the server with weight 100) |
87
+
| proxy.config.upstream.healthLoadBalancing | bool |`false`| Enable load balancing for health upstream (when true will set load-balancing upstream for healthcheck) |
88
88
| proxy.config.upstream.maxFails | int |`2`| Maximum number of unsuccessful attempts to communicate with the server |
89
89
| proxy.labels | object |`{}`| Set proxy labels |
90
90
| proxy.logLevel | string |`"notice"`| Set nginx sidecar container and proxy pod log level (default: notice) |
0 commit comments