Skip to content

Commit

Permalink
fix gen-check
Browse files Browse the repository at this point in the history
Signed-off-by: shawnh2 <[email protected]>
  • Loading branch information
shawnh2 committed Jul 5, 2024
1 parent f3b458b commit ce67d89
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -277,10 +277,25 @@ xds:
virtualHosts:
- domains:
- '*'
metadata:
filterMetadata:
envoy-gateway:
resources:
- kind: ""
name: eg
namespace: envoy-gateway-system
sectionName: http
name: envoy-gateway-system/eg/http/*
routes:
- match:
pathSeparatedPrefix: /service
metadata:
filterMetadata:
envoy-gateway:
resources:
- kind: HTTPRoute
name: routes
namespace: envoy-gateway-system
name: httproute/envoy-gateway-system/routes/rule/0/match/0/*
route:
cluster: httproute/envoy-gateway-system/routes/rule/0
Expand Down

0 comments on commit ce67d89

Please sign in to comment.