14 lines
241 B
YAML
14 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
|