Skip to content

Commit 152c1e9

Browse files
authored
Changed the filename and also fixed the error (#204)
1 parent 9a8a744 commit 152c1e9

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

examples/inventory-routes-path.yaml renamed to examples/inventory-route-bluegreen-single-cluster.yaml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,14 @@ metadata:
55
spec:
66
parentRefs:
77
- name: my-hotel
8-
sectionName: http
8+
sectionName: http
99
rules:
10-
- backendRefs:
10+
- backendRefs:
1111
- name: inventory-ver1
1212
kind: Service
1313
port: 8090
14-
matches:
15-
- path:
16-
type: PathPrefix
17-
value: /ver1
18-
- backendRefs:
14+
weight: 50
1915
- name: inventory-ver2
2016
kind: Service
2117
port: 8090
22-
matches:
23-
- path:
24-
type: PathPrefix
25-
value: /ver2
18+
weight: 50

0 commit comments

Comments
 (0)