32 lines
752 B
YAML
32 lines
752 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
|
|
useClientProtocol: true
|
|
---
|
|
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
|
|
useClientProtocol: true
|