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 155e75f + ba44e8f commit 7cd27e2Copy full SHA for 7cd27e2
2 files changed
charts/vaas/Chart.yaml
@@ -1,6 +1,6 @@
1
apiVersion: v2
2
name: vaas
3
-version: 3.3.9
+version: 3.3.10
4
description: Deployment of a Verdict-as-a-Service on-premise instance
5
maintainers:
6
- name: G DATA CyberDefense AG
charts/vaas/templates/gateway/http-route.yaml
@@ -41,8 +41,15 @@ spec:
41
- path:
42
type: PathPrefix
43
value: /swagger
44
- # DEPRECATED: Functionality is moved to other routes and will be removed in the future
+ # 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:
50
51
52
value: /upload
53
+ timeouts:
54
+ request: 0s # No timeout for legacy uploads
55
{{- end }}
0 commit comments