microservices-demo/istio-manifests/frontend.yaml

14 lines
241 B
YAML
Raw Normal View History

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