Skip to content

Commit ccc1236

Browse files
authored
Remove unnecessary HTTPRoute in cafe example (#208)
The cafe route with a rule for "/" routed traffic to a non-existing service. This commit removes the cafe route.
1 parent bd92197 commit ccc1236

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

examples/cafe-example/cafe-routes.yaml

-15
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,5 @@
11
apiVersion: gateway.networking.k8s.io/v1beta1
22
kind: HTTPRoute
3-
metadata:
4-
name: cafe
5-
spec:
6-
parentRefs:
7-
- name: gateway
8-
sectionName: http
9-
hostnames:
10-
- "cafe.example.com"
11-
rules:
12-
- backendRefs:
13-
- name: main
14-
port: 80
15-
---
16-
apiVersion: gateway.networking.k8s.io/v1beta1
17-
kind: HTTPRoute
183
metadata:
194
name: coffee
205
spec:

0 commit comments

Comments
 (0)