420a074091
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
13 lines
241 B
YAML
13 lines
241 B
YAML
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
|