Skip to content

Commit

Permalink
make gen-check happy
Browse files Browse the repository at this point in the history
Signed-off-by: Lior Okman <lior.okman@sap.com>
  • Loading branch information
liorokman committed Aug 2, 2024
1 parent 2f916e6 commit b369f66
Showing 1 changed file with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,20 @@ envoyExtensionPolicies:
namespace: default
spec:
extProc:
- backendSettings:
- backendRefs:
- name: grpc-backend
namespace: envoy-gateway
port: 8000
- name: grpc-backend-2
port: 9000
- group: gateway.envoyproxy.io
kind: Backend
name: backend-ip
- group: gateway.envoyproxy.io
kind: Backend
name: backend-ip-tls
namespace: envoy-gateway
backendSettings:
circuitBreaker:
maxConnections: 2048
connection:
Expand All @@ -132,19 +145,6 @@ envoyExtensionPolicies:
timeout:
tcp:
connectTimeout: 15s
backendRefs:
- name: grpc-backend
namespace: envoy-gateway
port: 8000
- name: grpc-backend-2
port: 9000
- group: gateway.envoyproxy.io
kind: Backend
name: backend-ip
- group: gateway.envoyproxy.io
kind: Backend
name: backend-ip-tls
namespace: envoy-gateway
targetRef:
group: gateway.networking.k8s.io
kind: HTTPRoute
Expand Down

0 comments on commit b369f66

Please sign in to comment.