File tree 1 file changed +2
-0
lines changed
architecture/core_concepts
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -201,10 +201,12 @@ variables on the *deployment config* for the router to alter its configuration.
201
201
|`*PROJECT_LABELS*` | | A label selector to apply to projects to watch, emtpy means all.
202
202
|`*RELOAD_SCRIPT*` | | The path to the reload script to use to reload the router.
203
203
|`*ROUTER_BACKEND_CHECK_INTERVAL*` | 5000ms | Length of time between subsequent "liveness" checks on backends.
204
+ |`*ROUTER_COMPRESSION_MIME*` | "text/html text/plain text/css" | A space separated list of mime types to compress.
204
205
|`*ROUTER_DEFAULT_CLIENT_TIMEOUT*`| 30s | Length of time within which a client has to acknowledge or send data.
205
206
|`*ROUTER_DEFAULT_CONNECT_TIMEOUT*`| 5s | The maximum connect time.
206
207
|`*ROUTER_DEFAULT_SERVER_TIMEOUT*`| 30s | Length of time within which a server has to acknowledge or send data.
207
208
|`*ROUTER_DEFAULT_TUNNEL_TIMEOUT*` | 1h | Length of time till which TCP or WebSocket connections will remain open.
209
+ |`*ROUTER_ENABLE_COMPRESSION*`| false | If `true`, compress responses when possible.
208
210
|`*ROUTER_LOG_LEVEL*` | warning | The log level to send to the syslog server.
209
211
|`*ROUTER_OVERRIDE_HOSTNAME*`| | If set, override the spec.host value for a route with the template in ROUTER_SUBDOMAIN.
210
212
|`*ROUTER_SERVICE_HTTPS_PORT*` | 443 | Port to listen for https requests.
You can’t perform that action at this time.
0 commit comments