Avoiding timeout issues

To avoid timeout issues, perform the following steps.

Procedure

  1. Access the path /home/unica/helm/<chart-name>/omnix-unica/.
  2. Open the file values.yaml.
  3. Add the following lines of code in the annotations section within ingress.
    nginx.ingress.kubernetes.io/proxy-connect-timeout: "30"
    nginx.ingress.kubernetes.io/proxy-read-timeout: "1800"
    nginx.ingress.kubernetes.io/proxy-send-timeout: "1800"
    nginx.ingress.kubernetes.io/proxy-body-size: 50m
    ingress.kubernetes.io/proxy-body-size: 50m
  4. Save the changes.