diff --git a/charts/vaas/Chart.yaml b/charts/vaas/Chart.yaml index f565ba4..b5a28ae 100644 --- a/charts/vaas/Chart.yaml +++ b/charts/vaas/Chart.yaml @@ -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 diff --git a/charts/vaas/templates/gateway/http-route.yaml b/charts/vaas/templates/gateway/http-route.yaml index 34ab3a2..390a5b4 100644 --- a/charts/vaas/templates/gateway/http-route.yaml +++ b/charts/vaas/templates/gateway/http-route.yaml @@ -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 }} \ No newline at end of file