Split manifests into infra/ and applications/
This commit is contained in:
15
applications/truenas/truenas-backendtrafficpolicy.yaml
Normal file
15
applications/truenas/truenas-backendtrafficpolicy.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
apiVersion: gateway.envoyproxy.io/v1alpha1
|
||||
kind: BackendTrafficPolicy
|
||||
metadata:
|
||||
name: truenas-backend-traffic
|
||||
namespace: truenas
|
||||
spec:
|
||||
targetRefs:
|
||||
- group: gateway.networking.k8s.io
|
||||
kind: HTTPRoute
|
||||
name: truenas-route
|
||||
useClientProtocol: true
|
||||
timeout:
|
||||
http:
|
||||
connectionIdleTimeout: "3600s"
|
||||
requestTimeout: "0s"
|
||||
Reference in New Issue
Block a user