Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
fix(echo): missing namespace for the httproute
Browse files Browse the repository at this point in the history
  • Loading branch information
Smana committed Aug 25, 2023
1 parent 4220d80 commit 4910d0b
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions apps/base/echo/httproutes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@ apiVersion: gateway.networking.k8s.io/v1beta1
kind: HTTPRoute
metadata:
name: echo-1
namespace: echo
spec:
parentRefs:
- name: echo-gateway
namespace: echo
- name: echo-gateway
namespace: echo
rules:
- matches:
- path:
type: PathPrefix
value: /
backendRefs:
- name: echo-1-echo-server
port: 80
- matches:
- path:
type: PathPrefix
value: /
backendRefs:
- name: echo-1-echo-server
port: 80

0 comments on commit 4910d0b

Please sign in to comment.