diff --git a/apps/gateway/deployment/ci-cd/helm/templates/ingress.yaml b/apps/gateway/deployment/ci-cd/helm/templates/ingress.yaml
index d801ea960b759b09a069dec1ddb3637f1dea912e..d4bcb022ae530a9167e2095a3b03ee34eb94890f 100644
--- a/apps/gateway/deployment/ci-cd/helm/templates/ingress.yaml
+++ b/apps/gateway/deployment/ci-cd/helm/templates/ingress.yaml
@@ -5,6 +5,9 @@ metadata:
   name: {{ template "app.name" . }}
   namespace: {{ .Release.Namespace }}
   annotations:
+    nginx.ingress.kubernetes.io/proxy-connect-timeout: "3600"
+    nginx.ingress.kubernetes.io/proxy-send-timeout: "3600"
+    nginx.ingress.kubernetes.io/proxy-read-timeout: "3600"
 {{ toYaml .Values.ingress.annotations | indent 4 }}
   labels:
     {{- include "app.labels" . | nindent 4 }}