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.upstream.failTimeout | string |`"10s"`| Time during which the specified number of unsuccessful attempts must happen to mark the server as unavailable |
84
+
| proxy.config.upstream.maxFails | int |`1`| Maximum number of unsuccessful attempts to communicate with the server |
78
85
| proxy.labels | object |`{}`| Set proxy labels |
79
86
| proxy.logLevel | string |`"notice"`| Set nginx sidecar container and proxy pod log level (default: notice) |
80
87
| proxy.networkPolicy.allowExternal | bool |`true`| When true, server will accept connections from any source |
@@ -178,9 +185,6 @@ A Helm chart for installing ggbridge
178
185
| proxy.updateStrategy.rollingUpdate.maxSurge | int |`1`||
179
186
| proxy.updateStrategy.rollingUpdate.maxUnavailable | int |`0`||
| proxy.upstream.failTimeout | string |`"5s"`| Time during which the specified number of unsuccessful attempts must happen to mark the server as unavailable |
183
-
| proxy.upstream.maxFails | int |`1`| Maximum number of unsuccessful attempts to communicate with the server |
184
188
| proxyProtocol.enabled | bool |`true`| When true, enables proxy protocol v2 for web/tls tunnels |
185
189
| replicaCount | int |`1`| Number of pods for each deployment |
186
190
| resources.limits | object |`{}`| Set container limits |
0 commit comments