Add Ingress Proxy Configuration

1. Configure Ingress proxy body size

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

[Screen] Ingress Information

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.

nginx.ingress.kubernetes.io/proxy-body-size
1024m
[Screen] Annotation Value Input

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

2. Configure Ingress proxy read timeout

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
[Screen] Annotation Value Input

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

Last updated

Was this helpful?