Skip to content

Commit

Permalink
Merge pull request #67 from bcelenza/example-fix
Browse files Browse the repository at this point in the history
Disambiguate router names in example
  • Loading branch information
nckturner authored Sep 12, 2019
2 parents 62f884d + d4faab1 commit 800fe4d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/color.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ metadata:
spec:
meshName: ${MESH_NAME}
virtualRouter:
name: color-router
listeners:
- portMapping:
port: 9080
Expand All @@ -129,12 +130,13 @@ metadata:
spec:
meshName: ${MESH_NAME}
virtualRouter:
name: gateway-router
listeners:
- portMapping:
port: 9080
protocol: http
routes:
- name: color-route
- name: gateway-route
http:
match:
prefix: /color
Expand Down Expand Up @@ -390,6 +392,7 @@ metadata:
spec:
meshName: ${MESH_NAME}
virtualRouter:
name: tcpecho-router
listeners:
- portMapping:
port: 2701
Expand Down

0 comments on commit 800fe4d

Please sign in to comment.