Remove useClientProtocol from MinIO BackendTrafficPolicy to fix HTTP/2 protocol error
This commit is contained in:
@@ -12,7 +12,6 @@ spec:
|
|||||||
http:
|
http:
|
||||||
connectionIdleTimeout: 3600s
|
connectionIdleTimeout: 3600s
|
||||||
requestTimeout: 0s
|
requestTimeout: 0s
|
||||||
useClientProtocol: true
|
|
||||||
---
|
---
|
||||||
apiVersion: gateway.envoyproxy.io/v1alpha1
|
apiVersion: gateway.envoyproxy.io/v1alpha1
|
||||||
kind: BackendTrafficPolicy
|
kind: BackendTrafficPolicy
|
||||||
@@ -28,4 +27,3 @@ spec:
|
|||||||
http:
|
http:
|
||||||
connectionIdleTimeout: 3600s
|
connectionIdleTimeout: 3600s
|
||||||
requestTimeout: 0s
|
requestTimeout: 0s
|
||||||
useClientProtocol: true
|
|
||||||
|
|||||||
Reference in New Issue
Block a user