Skip to content

Commit 7cd27e2

Browse files
authored
Merge pull request #148 from GDATASoftwareAG/timeouts-again
Fix 504 Gateway Timeouts for legacy uploads
2 parents 155e75f + ba44e8f commit 7cd27e2

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

charts/vaas/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: vaas
3-
version: 3.3.9
3+
version: 3.3.10
44
description: Deployment of a Verdict-as-a-Service on-premise instance
55
maintainers:
66
- name: G DATA CyberDefense AG

charts/vaas/templates/gateway/http-route.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,15 @@ spec:
4141
- path:
4242
type: PathPrefix
4343
value: /swagger
44-
# DEPRECATED: Functionality is moved to other routes and will be removed in the future
44+
# DEPRECATED: Functionality is moved to other routes and will be removed in the future
45+
- backendRefs:
46+
- name: {{ include "gateway.fullname" . }}
47+
port: {{ .Values.gateway.service.http.port }}
48+
weight: 1
49+
matches:
4550
- path:
4651
type: PathPrefix
4752
value: /upload
53+
timeouts:
54+
request: 0s # No timeout for legacy uploads
4855
{{- end }}

0 commit comments

Comments
 (0)