Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
Added section 6.2 resource files
Browse files Browse the repository at this point in the history
  • Loading branch information
Neeraj Poddar committed Nov 1, 2020
1 parent 41c6a70 commit b281289
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions section_6/incorrect-virtualservice.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
name: frontend-virtual-service
namespace: online-boutique
spec:
hosts:
- "*"
gateways:
- frontend-gateway
http:
- route:
- destination:
host: frontend
port:
number: 8080
---

0 comments on commit b281289

Please sign in to comment.