We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ee3911f + 3f89881 commit a17cda4Copy full SHA for a17cda4
deploy/k8s/base/doclingserve/deployment.yaml
@@ -2,6 +2,11 @@ apiVersion: apps/v1
2
kind: Deployment
3
metadata:
4
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"
10
spec:
11
replicas: 3
12
strategy:
0 commit comments