Skip to content

Commit 3f89881

Browse files
committed
Fix ingress proxy timeouts
Signed-off-by: Anil Vishnoi <[email protected]>
1 parent ee3911f commit 3f89881

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

deploy/k8s/base/doclingserve/deployment.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ apiVersion: apps/v1
22
kind: Deployment
33
metadata:
44
name: doclingserve
5+
annotations:
6+
# see: https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/configmap/#proxy-read-timeout
7+
nginx.ingress.kubernetes.io/proxy-read-timeout: "3600"
8+
# see: https://docs.openshift.com/container-platform/4.13/networking/routes/route-configuration.html#nw-configuring-route-timeouts_route-configuration
9+
haproxy.router.openshift.io/timeout: "3600s"
510
spec:
611
replicas: 3
712
strategy:

0 commit comments

Comments
 (0)