Files
Kubernetes-Manifests/applications/minio-aistor/minio-aistor-backendtrafficpolicy.yaml
T
Jeffrey 7ee7db2346 minio-aistor: restore the backend traffic policy to its pre-4207459 state
Swept into d5e0731 by the same stray `git add -u`. Unlike argocd-install
this one is synced, so it went live; reverting here rolls the cluster back
to connectionIdleTimeout 3600s with no retry block.

The content is still reachable at d5e0731 if it is wanted back.
2026-08-29 19:08:17 +02:00

30 lines
700 B
YAML

apiVersion: gateway.envoyproxy.io/v1alpha1
kind: BackendTrafficPolicy
metadata:
name: minio-aistor-console-backend-traffic
namespace: minio-aistor
spec:
targetRefs:
- group: gateway.networking.k8s.io
kind: HTTPRoute
name: minio-aistor-console-route
timeout:
http:
connectionIdleTimeout: 3600s
requestTimeout: 0s
---
apiVersion: gateway.envoyproxy.io/v1alpha1
kind: BackendTrafficPolicy
metadata:
name: minio-aistor-api-backend-traffic
namespace: minio-aistor
spec:
targetRefs:
- group: gateway.networking.k8s.io
kind: HTTPRoute
name: minio-aistor-api-route
timeout:
http:
connectionIdleTimeout: 3600s
requestTimeout: 0s