16 lines
271 B
YAML
16 lines
271 B
YAML
apiVersion: networking.istio.io/v1alpha3
|
|
kind: VirtualService
|
|
metadata:
|
|
name: httpbin
|
|
spec:
|
|
hosts:
|
|
- "httpbin.example.com"
|
|
gateways:
|
|
- istio-ingress/ingressgateway
|
|
http:
|
|
- route:
|
|
- destination:
|
|
port:
|
|
number: 8000
|
|
host: httpbin
|