We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a8a744 commit 152c1e9Copy full SHA for 152c1e9
examples/inventory-routes-path.yaml …tory-route-bluegreen-single-cluster.yamlexamples/inventory-routes-path.yaml renamed to examples/inventory-route-bluegreen-single-cluster.yaml
@@ -5,21 +5,14 @@ metadata:
5
spec:
6
parentRefs:
7
- name: my-hotel
8
- sectionName: http
+ sectionName: http
9
rules:
10
- - backendRefs:
+ - backendRefs:
11
- name: inventory-ver1
12
kind: Service
13
port: 8090
14
- matches:
15
- - path:
16
- type: PathPrefix
17
- value: /ver1
18
+ weight: 50
19
- name: inventory-ver2
20
21
22
23
24
25
- value: /ver2
0 commit comments