Add ClientTrafficPolicy for MinIO console listener to fix download timeouts

This commit is contained in:
2026-06-03 16:24:42 +02:00
parent 3e179358bc
commit 017a38cf53
2 changed files with 16 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ resources:
# Policies
- pelican/wings-client-traffic.yaml
- minio-aistor/client-traffic.yaml
- minio-aistor/console-client-traffic.yaml
# Certificates
- authentik/certificate.yaml

View File

@@ -0,0 +1,15 @@
apiVersion: gateway.envoyproxy.io/v1alpha1
kind: ClientTrafficPolicy
metadata:
name: minio-aistor-console-client-traffic
namespace: envoy-gateway
spec:
targetRefs:
- group: gateway.networking.k8s.io
kind: Gateway
name: gateway-internal
sectionName: minio-aistor-console
timeout:
http:
requestReceivedTimeout: 0s
idleTimeout: 3600s