Skip to content

Commit 11b844b

Browse files
committed
#701 improve docs clarity
1 parent 9ff36c9 commit 11b844b

1 file changed

Lines changed: 12 additions & 10 deletions

File tree

docs/ingress-domains-proxies.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ harness-deployment ... -dtls -l
3636
## Main application
3737

3838
The "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

4141
Example
4242
```yaml
@@ -49,17 +49,19 @@ This creates a reverse proxy to https://ch.org pointing to myapp
4949
Ingress is a reverse proxy and as such has some configurations to take into account.
5050
The 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
5355
proxy:
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

6567
Note that in the case that gatekeepers are enabled, the same configurations are applied

0 commit comments

Comments
 (0)