commit a253c9f0f3898e18339c7efe3b6b21488d364e14 parent eec41b07012dc752c75dc92240ac352f09ddb248 Author: MTRNord <MTRNord@users.noreply.github.com> Date: Fri, 5 Dec 2025 18:23:13 +0100 fix timeouts Signed-off-by: MTRNord <MTRNord@users.noreply.github.com> Diffstat:
| M | apps/talos_cluster/weblate/route.yaml | | | 17 | +++++++++++++++++ |
1 file changed, 17 insertions(+), 0 deletions(-)
diff --git a/apps/talos_cluster/weblate/route.yaml b/apps/talos_cluster/weblate/route.yaml @@ -14,3 +14,20 @@ spec: - backendRefs: - name: weblate port: 80 + timeouts: + request: 240s + backendRequest: 0s +--- +apiVersion: gateway.envoyproxy.io/v1alpha1 +kind: BackendTrafficPolicy +metadata: + name: weblate-compression + namespace: weblate +spec: + targetRef: + group: gateway.networking.k8s.io + kind: HTTPRoute + name: weblate + compression: + - type: Gzip + - type: Brotli