Add ClientTrafficPolicy for MinIO console listener to fix download timeouts
This commit is contained in:
@@ -8,6 +8,7 @@ resources:
|
|||||||
# Policies
|
# Policies
|
||||||
- pelican/wings-client-traffic.yaml
|
- pelican/wings-client-traffic.yaml
|
||||||
- minio-aistor/client-traffic.yaml
|
- minio-aistor/client-traffic.yaml
|
||||||
|
- minio-aistor/console-client-traffic.yaml
|
||||||
|
|
||||||
# Certificates
|
# Certificates
|
||||||
- authentik/certificate.yaml
|
- authentik/certificate.yaml
|
||||||
|
|||||||
15
envoy-gateway/minio-aistor/console-client-traffic.yaml
Normal file
15
envoy-gateway/minio-aistor/console-client-traffic.yaml
Normal 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
|
||||||
Reference in New Issue
Block a user