File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ harness-deployment ... -dtls -l
3636## Main application
3737
3838The "main" application is deployed on the base domain.
39- In order to specify a main application, override the [ root values file ] ( .. /deployment-configuration/values-template.yaml)
39+ In order to specify a main application, override the value in your ` /deployment-configuration/values-template.yaml ` file.
4040
4141Example
4242``` yaml
@@ -49,17 +49,19 @@ This creates a reverse proxy to https://ch.org pointing to myapp
4949Ingress is a reverse proxy and as such has some configurations to take into account.
5050The most common configurations are connection timeouts and payload size.
5151
52+ To configure it, override the following values in your ` deployment-configuration/values-template.yaml` file.
53+
5254` ` ` yaml
5355proxy:
54- timeout :
55- # -- Timeout for proxy connections in seconds.
56- send :
57- # -- Timeout for proxy responses in seconds.
58- read :
59- keepalive :
60- payload :
61- # -- Maximum size of payload in MB
62- max :
56+ timeout:
57+ # -- Timeout for proxy connections in seconds.
58+ send: 60
59+ # -- Timeout for proxy responses in seconds.
60+ read: 60
61+ keepalive: 60
62+ payload:
63+ # -- Maximum size of payload in MB
64+ max: 250
6365` ` `
6466
6567Note that in the case that gatekeepers are enabled, the same configurations are applied
You can’t perform that action at this time.
0 commit comments