# Add Ingress Proxy Configuration

### 1. Configure Ingress proxy body size <a href="#af51951f-8a82-4e28-9670-d64fd5aaa17c" id="af51951f-8a82-4e28-9670-d64fd5aaa17c"></a>

1\) Navigate to the \[Applications] - \[Service Map] - \[Ingress] tab, and select the Settings tab.

<figure><img src="https://4196990571-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FL5As9l8R3RbLkQd6XsfL%2Fuploads%2FLtxmfa8wR58aIqVi1tSA%2Fimage.png?alt=media&#x26;token=b6e60a42-6c2a-4fd2-828e-b7710b487b9e" alt=""><figcaption><p>[Screen] Ingress Information</p></figcaption></figure>

2\) Move to the Settings tab, click the "+" button in the annotation section, set the proxy-body-size, and click the "Apply" button at the bottom.

<pre><code><strong>nginx.ingress.kubernetes.io/proxy-body-size
</strong>1024m
</code></pre>

<figure><img src="https://4196990571-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FL5As9l8R3RbLkQd6XsfL%2Fuploads%2FFYXuVf6aozTgeia3sTK6%2Fimage.png?alt=media&#x26;token=db41cb9f-c025-4fb3-83b1-3da377695276" alt=""><figcaption><p>[Screen] Annotation Value Input</p></figcaption></figure>

3\) After successful application, click the "Save" button at the top.

### 2. Configure Ingress proxy read timeout <a href="#afaa6b40-ae0b-455f-80a6-28fa9d290c68" id="afaa6b40-ae0b-455f-80a6-28fa9d290c68"></a>

1\) Go back to the Settings tab, click the "+" button in the annotation section, set the proxy-read-timeout, and click the "Apply" button at the bottom.

```
nginx.ingress.kubernetes.io/proxy-read-timeout
180
```

<figure><img src="https://4196990571-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FL5As9l8R3RbLkQd6XsfL%2Fuploads%2Fe9psOLnO4krk7CmtB30p%2Fimage.png?alt=media&#x26;token=5f30b49c-f73c-4e0b-94c0-0d3ecd66fa00" alt=""><figcaption><p>[Screen] Annotation Value Input</p></figcaption></figure>

2\) After successful application, click the "Save" button at the top.
