> For the complete documentation index, see [llms.txt](https://cocktailcloud.gitbook.io/cocktail-cloud-online/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cocktailcloud.gitbook.io/cocktail-cloud-online/advanced-course/ingress-proxy.md).

# Ingress Proxy 설정 추가

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

1\) \[애플리케이션] - \[서비스 맵] - \[인그레스] 탭에서 설정 탭을 선택합니다.

<figure><img src="/files/Gnj2aQ1xrQDHx9wjxeno" alt=""><figcaption><p>[화면] 인그레스 정보</p></figcaption></figure>

2\) 설정 탭으로 이동하여 주석 항목에 "+ 버튼"을 클릭 후 proxy-body-size 설정 후 하단의 "적용" 버튼을 클릭합니다.

```
nginx.ingress.kubernetes.io/proxy-body-size
1024m
```

<figure><img src="/files/Oqhr9XXJ08vEoq9Hf9Qf" alt=""><figcaption><p>[화면] 주석 값 입력</p></figcaption></figure>

3\) 정상적으로 적용이 완료되면 상단의 "저장" 버튼을 클릭합니다.

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

1\) 다시 설정 탭으로 이동하여 주석 항목에 "+ 버튼"을 클릭 후 proxy-read-timeout 설정 후 하단의 "적용" 버튼을 클릭합니다.

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

<figure><img src="/files/VBKojYKxXOMTrn8aBq1l" alt=""><figcaption><p>[화면] 주석 값 입력</p></figcaption></figure>

2\) 정상적으로 적용이 완료되면 상단의 "저장" 버튼을 클릭합니다.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://cocktailcloud.gitbook.io/cocktail-cloud-online/advanced-course/ingress-proxy.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
