Skip to content

Commit

Permalink
Resolve the missing prefix configuration in gateway.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffwan committed Sep 9, 2024
1 parent 203b12a commit b0ae47e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/gateway/gateway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ metadata:
name: eg
namespace: aibrix-system
spec:
gatewayClassName: eg
gatewayClassName: aibrix-eg
listeners:
- name: http
protocol: HTTP
Expand Down Expand Up @@ -43,7 +43,7 @@ spec:
targetRef:
group: gateway.networking.k8s.io
kind: Gateway
name: eg
name: aibrix-eg
extProc:
- backendRefs:
- name: aibrix-gateway-plugins
Expand All @@ -63,10 +63,10 @@ spec:
targetRef:
group: gateway.networking.k8s.io
kind: Gateway
name: eg
name: aibrix-eg
jsonPatches:
- type: type.googleapis.com/envoy.config.route.v3.RouteConfiguration
name: "aibrix-system/eg/http"
name: "aibrix-system/aibrix-eg/http"
operation:
op: add
path: "/virtual_hosts/0/routes/0"
Expand Down

0 comments on commit b0ae47e

Please sign in to comment.