Skip to content

Commit a17cda4

Browse files
authored
Merge pull request #527 from vishnoianil/fix-timeouts
Fix ingress proxy timeouts
2 parents ee3911f + 3f89881 commit a17cda4

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)