Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/vaas/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: vaas
version: 3.3.9
version: 3.3.10
description: Deployment of a Verdict-as-a-Service on-premise instance
maintainers:
- name: G DATA CyberDefense AG
Expand Down
9 changes: 8 additions & 1 deletion charts/vaas/templates/gateway/http-route.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,15 @@ spec:
- path:
type: PathPrefix
value: /swagger
# 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
- backendRefs:
- name: {{ include "gateway.fullname" . }}
port: {{ .Values.gateway.service.http.port }}
weight: 1
matches:
- path:
type: PathPrefix
value: /upload
timeouts:
request: 0s # No timeout for legacy uploads
{{- end }}
Loading