add initial istio-manifests

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
This commit is contained in:
Ahmet Alp Balkan 2018-07-03 13:41:56 -07:00
parent 684c6020cb
commit 420a074091
3 changed files with 57 additions and 0 deletions

View file

@ -0,0 +1,13 @@
apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
name: frontend
spec:
hosts:
- "frontend.default.svc.cluster.local"
http:
- route:
- destination:
host: frontend
port:
number: 80