Split manifests into infra/ and applications/
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
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
|
||||
---
|
||||
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
|
||||
Reference in New Issue
Block a user