Skip to content

Commit

Permalink
Add presentation examples
Browse files Browse the repository at this point in the history
  • Loading branch information
GijsvanDulmen committed Jan 29, 2021
1 parent 91477f1 commit 69f3bd0
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
Empty file added config/presentation-dr.yml
Empty file.
20 changes: 20 additions & 0 deletions config/presentation-sample.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
name: default-host
namespace: default
spec:
hosts:
- srv.nl
gateways:
- mesh
http:
# simple example
- match:
- uri:
prefix: "/v2"
route:
- destination:
host: service-v1
subset: v1
weight: 100

0 comments on commit 69f3bd0

Please sign in to comment.